Bump version to 4.3-4
[LibreOffice.git] / sc / CppunitTest_sc_opencl_test.mk
blob1a892fa64640858a4b6a4db167bf999c4884bb5e
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 basegfx \
25 comphelper \
26 cppu \
27 cppuhelper \
28 drawinglayer \
29 editeng \
30 for \
31 forui \
32 i18nlangtag \
33 msfilter \
34 oox \
35 sal \
36 salhelper \
37 sax \
38 sc \
39 $(if $(ENABLE_OPENCL),scopencl) \
40 scqahelper \
41 sfx \
42 sot \
43 svl \
44 svt \
45 svx \
46 svxcore \
47 test \
48 tl \
49 tk \
50 ucbhelper \
51 unotest \
52 utl \
53 vcl \
54 xo \
55 $(gb_UWINAPI) \
58 $(eval $(call gb_CppunitTest_set_include,sc_opencl_test,\
59 -I$(SRCDIR)/sc/source/ui/inc \
60 -I$(SRCDIR)/sc/source/core/inc \
61 -I$(SRCDIR)/sc/inc \
62 $$(INCLUDE) \
65 $(eval $(call gb_CppunitTest_use_api,sc_opencl_test,\
66 offapi \
67 udkapi \
70 $(eval $(call gb_CppunitTest_use_ure,sc_opencl_test))
72 $(eval $(call gb_CppunitTest_use_components,sc_opencl_test,\
73 basic/util/sb \
74 chart2/source/controller/chartcontroller \
75 chart2/source/chartcore \
76 comphelper/util/comphelp \
77 configmgr/source/configmgr \
78 dbaccess/util/dba \
79 embeddedobj/util/embobj \
80 eventattacher/source/evtatt \
81 filter/source/config/cache/filterconfig1 \
82 forms/util/frm \
83 framework/util/fwk \
84 i18npool/util/i18npool \
85 linguistic/source/lng \
86 oox/util/oox \
87 package/source/xstor/xstor \
88 package/util/package2 \
89 sax/source/expatwrap/expwrap \
90 sc/util/sc \
91 sc/util/scfilt \
92 scaddins/source/analysis/analysis \
93 scaddins/source/datefunc/date \
94 sfx2/util/sfx \
95 sot/util/sot \
96 svl/util/svl \
97 svx/util/svx \
98 svx/util/svxcore \
99 svtools/util/svt \
100 toolkit/util/tk \
101 ucb/source/core/ucb1 \
102 ucb/source/ucp/file/ucpfile1 \
103 ucb/source/ucp/tdoc/ucptdoc1 \
104 unotools/util/utl \
105 unoxml/source/rdf/unordf \
106 unoxml/source/service/unoxml \
107 xmloff/util/xo \
110 $(eval $(call gb_CppunitTest_use_configuration,sc_opencl_test))
112 $(eval $(call gb_CppunitTest_use_filter_configuration,sc_opencl_test))
114 # vim: set noet sw=4 ts=4: