skia: make gcc not crash for x86 builds
[LibreOffice.git] / sc / CppunitTest_sc_opencl_test.mk
blob13396ba2f240a7237dc230e982f34545e6e6b2db
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_use_common_precompiled_header,sc_opencl_test))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sc_opencl_test, \
15 sc/qa/unit/opencl-test \
18 $(eval $(call gb_CppunitTest_use_externals,sc_opencl_test, \
19 boost_headers \
20 $(call gb_Helper_optional,OPENCL,clew) \
21 mdds_headers \
24 $(eval $(call gb_CppunitTest_use_libraries,sc_opencl_test, \
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 scqahelper \
41 sfx \
42 sot \
43 svl \
44 svt \
45 svx \
46 svxcore \
47 test \
48 tk \
49 tl \
50 ucbhelper \
51 unotest \
52 utl \
53 vcl \
54 xo \
57 $(eval $(call gb_CppunitTest_set_include,sc_opencl_test,\
58 -I$(SRCDIR)/sc/source/ui/inc \
59 -I$(SRCDIR)/sc/source/core/inc \
60 -I$(SRCDIR)/sc/inc \
61 $$(INCLUDE) \
64 $(eval $(call gb_CppunitTest_use_api,sc_opencl_test,\
65 udkapi \
66 offapi \
67 oovbaapi \
70 $(eval $(call gb_CppunitTest_use_ure,sc_opencl_test))
71 $(eval $(call gb_CppunitTest_use_vcl,sc_opencl_test))
73 $(eval $(call gb_CppunitTest_use_components,sc_opencl_test,\
74 basic/util/sb \
75 chart2/source/chartcore \
76 chart2/source/controller/chartcontroller \
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 scaddins/source/analysis/analysis \
92 scaddins/source/datefunc/date \
93 sc/util/sc \
94 sc/util/scfilt \
95 sfx2/util/sfx \
96 sot/util/sot \
97 svl/util/svl \
98 svtools/util/svt \
99 svx/util/svx \
100 svx/util/svxcore \
101 toolkit/util/tk \
102 ucb/source/core/ucb1 \
103 ucb/source/ucp/file/ucpfile1 \
104 ucb/source/ucp/tdoc/ucptdoc1 \
105 uui/util/uui \
106 unotools/util/utl \
107 unoxml/source/rdf/unordf \
108 unoxml/source/service/unoxml \
109 vcl/vcl.common \
110 xmloff/util/xo \
113 $(eval $(call gb_CppunitTest_use_configuration,sc_opencl_test))
115 # vim: set noet sw=4 ts=4: