| Luboš Luňák | 7603d51 | 2021-05-04 21:26:18 +0200 | [diff] [blame] | 1 | # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- |
| 2 | # |
| Michael Meeks | d037b81 | 2026-03-26 15:06:16 +0000 | [diff] [blame] | 3 | # This file is part of the Collabora Office project. |
| Luboš Luňák | 7603d51 | 2021-05-04 21:26:18 +0200 | [diff] [blame] | 4 | # |
| 5 | # This Source Code Form is subject to the terms of the Mozilla Public |
| 6 | # License, v. 2.0. If a copy of the MPL was not distributed with this |
| 7 | # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
| 8 | # |
| 9 | |
| 10 | $(eval $(call gb_CppunitTest_CppunitTest,drawinglayer_processors)) |
| 11 | |
| 12 | $(eval $(call gb_CppunitTest_use_api,drawinglayer_processors,\ |
| 13 | offapi \ |
| 14 | udkapi \ |
| 15 | )) |
| 16 | |
| 17 | $(eval $(call gb_CppunitTest_use_libraries,drawinglayer_processors, \ |
| 18 | basegfx \ |
| Stephan Bergmann | a3d758d | 2024-04-30 16:51:21 +0200 | [diff] [blame] | 19 | $(if $(ENABLE_WASM_STRIP_CANVAS),,cppcanvas) \ |
| Luboš Luňák | 7603d51 | 2021-05-04 21:26:18 +0200 | [diff] [blame] | 20 | cppu \ |
| 21 | cppuhelper \ |
| 22 | sal \ |
| 23 | salhelper \ |
| 24 | drawinglayer \ |
| Tomaž Vajngerl | 7bd62c0 | 2020-03-07 14:33:43 +0100 | [diff] [blame] | 25 | drawinglayercore \ |
| Luboš Luňák | 7603d51 | 2021-05-04 21:26:18 +0200 | [diff] [blame] | 26 | vcl \ |
| 27 | test \ |
| 28 | tl \ |
| 29 | unotest \ |
| 30 | svt \ |
| 31 | )) |
| 32 | |
| 33 | $(eval $(call gb_CppunitTest_use_externals,drawinglayer_processors,\ |
| 34 | boost_headers \ |
| Luboš Luňák | 7603d51 | 2021-05-04 21:26:18 +0200 | [diff] [blame] | 35 | )) |
| 36 | |
| 37 | $(eval $(call gb_CppunitTest_add_exception_objects,drawinglayer_processors, \ |
| 38 | drawinglayer/qa/unit/vclmetafileprocessor2d \ |
| Luboš Luňák | 9bf9fea | 2021-05-21 14:48:58 +0200 | [diff] [blame] | 39 | drawinglayer/qa/unit/vclpixelprocessor2d \ |
| Luboš Luňák | 7603d51 | 2021-05-04 21:26:18 +0200 | [diff] [blame] | 40 | )) |
| 41 | |
| 42 | $(eval $(call gb_CppunitTest_use_ure,drawinglayer_processors)) |
| 43 | |
| 44 | $(eval $(call gb_CppunitTest_use_vcl,drawinglayer_processors)) |
| 45 | |
| 46 | $(eval $(call gb_CppunitTest_use_components,drawinglayer_processors,\ |
| 47 | canvas/source/vcl/vclcanvas \ |
| 48 | canvas/source/factory/canvasfactory \ |
| 49 | configmgr/source/configmgr \ |
| 50 | i18npool/util/i18npool \ |
| 51 | ucb/source/core/ucb1 \ |
| 52 | ucb/source/ucp/file/ucpfile1 \ |
| 53 | )) |
| 54 | |
| 55 | $(eval $(call gb_CppunitTest_use_configuration,drawinglayer_processors)) |
| 56 | |
| 57 | # vim: set noet sw=4 ts=4: |