Stop leaking all ScPostIt instances.
[LibreOffice.git] / sc / CppunitTest_sc_opencl_test.mk
blobef5792c99b2c69b7ea66968d124ca3c9eeabe0a0
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
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/.
10 $(eval $(call gb_CppunitTest_CppunitTest,sc_opencl_test))
12 $(eval $(call gb_CppunitTest_add_exception_objects,sc_opencl_test, \
13 sc/qa/unit/opencl-test \
16 $(eval $(call gb_CppunitTest_use_externals,sc_opencl_test, \
17 boost_headers \
18 mdds_headers \
19 orcus \
20 orcus-parser \
23 $(eval $(call gb_CppunitTest_use_libraries,sc_opencl_test, \
24 avmedia \
25 basegfx \
26 comphelper \
27 cppu \
28 cppuhelper \
29 drawinglayer \
30 editeng \
31 for \
32 forui \
33 i18nlangtag \
34 msfilter \
35 oox \
36 sal \
37 salhelper \
38 sax \
39 sc \
40 $(if $(ENABLE_OPENCL),scopencl) \
41 scqahelper \
42 sfx \
43 sot \
44 svl \
45 svt \
46 svx \
47 svxcore \
48 test \
49 tl \
50 tk \
51 ucbhelper \
52 unotest \
53 utl \
54 vcl \
55 xo \
56 $(gb_UWINAPI) \
59 $(eval $(call gb_CppunitTest_set_include,sc_opencl_test,\
60 -I$(SRCDIR)/sc/source/ui/inc \
61 -I$(SRCDIR)/sc/source/core/inc \
62 -I$(SRCDIR)/sc/inc \
63 $$(INCLUDE) \
66 $(eval $(call gb_CppunitTest_use_api,sc_opencl_test,\
67 offapi \
68 udkapi \
71 $(eval $(call gb_CppunitTest_use_ure,sc_opencl_test))
73 $(eval $(call gb_CppunitTest_use_components,sc_opencl_test,\
74 basic/util/sb \
75 chart2/source/controller/chartcontroller \
76 chart2/source/chartcore \
77 comphelper/util/comphelp \
78 configmgr/source/configmgr \
79 dbaccess/util/dba \
80 embeddedobj/util/embobj \
81 eventattacher/source/evtatt \
82 filter/source/config/cache/filterconfig1 \
83 forms/util/frm \
84 framework/util/fwk \
85 i18npool/util/i18npool \
86 linguistic/source/lng \
87 oox/util/oox \
88 package/source/xstor/xstor \
89 package/util/package2 \
90 sax/source/expatwrap/expwrap \
91 sax/source/fastparser/fastsax \
92 sc/util/sc \
93 sc/util/scfilt \
94 scaddins/source/analysis/analysis \
95 scaddins/source/datefunc/date \
96 sfx2/util/sfx \
97 sot/util/sot \
98 svl/util/svl \
99 svx/util/svx \
100 svtools/util/svt \
101 toolkit/util/tk \
102 ucb/source/core/ucb1 \
103 ucb/source/ucp/file/ucpfile1 \
104 ucb/source/ucp/tdoc/ucptdoc1 \
105 unotools/util/utl \
106 unoxml/source/rdf/unordf \
107 unoxml/source/service/unoxml \
108 xmloff/util/xo \
111 $(eval $(call gb_CppunitTest_use_configuration,sc_opencl_test))
113 $(eval $(call gb_CppunitTest_use_filter_configuration,sc_opencl_test))
115 # vim: set noet sw=4 ts=4: