fix mismatching gb_Trace_StartRange and gb_Trace_EndRage
[LibreOffice.git] / sc / CppunitTest_sc_opencl-2.mk
blobc130d44605d58e0a9a3a2d237b46e512e19405fd
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-2))
12 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_opencl-2))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sc_opencl-2, \
15 sc/qa/unit/opencl-test-2 \
18 $(eval $(call gb_CppunitTest_use_externals,sc_opencl-2, \
19 boost_headers \
20 $(call gb_Helper_optional,OPENCL,clew) \
21 mdds_headers \
22 libxml2 \
25 $(eval $(call gb_CppunitTest_use_libraries,sc_opencl-2, \
26 basegfx \
27 comphelper \
28 cppu \
29 cppuhelper \
30 drawinglayer \
31 drawinglayercore \
32 editeng \
33 for \
34 forui \
35 i18nlangtag \
36 msfilter \
37 oox \
38 sal \
39 salhelper \
40 sax \
41 sc \
42 scqahelper \
43 sfx \
44 sot \
45 subsequenttest \
46 svl \
47 svt \
48 svx \
49 svxcore \
50 test \
51 tk \
52 tl \
53 ucbhelper \
54 unotest \
55 utl \
56 vcl \
57 xo \
60 $(eval $(call gb_CppunitTest_set_include,sc_opencl-2,\
61 -I$(SRCDIR)/sc/source/ui/inc \
62 -I$(SRCDIR)/sc/source/core/inc \
63 -I$(SRCDIR)/sc/inc \
64 $$(INCLUDE) \
67 $(eval $(call gb_CppunitTest_use_api,sc_opencl-2,\
68 udkapi \
69 offapi \
70 oovbaapi \
73 $(eval $(call gb_CppunitTest_use_ure,sc_opencl-2))
74 $(eval $(call gb_CppunitTest_use_vcl,sc_opencl-2))
76 $(eval $(call gb_CppunitTest_use_rdb,sc_opencl-2,services))
78 $(eval $(call gb_CppunitTest_use_configuration,sc_opencl-2))
80 # vim: set noet sw=4 ts=4: