Fix typo
[LibreOffice.git] / sc / CppunitTest_sc_opencl-1.mk
blobac8ac86d63fdaab41bd67c0b5ac52cdf7f1db5e6
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-1))
12 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_opencl-1))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sc_opencl-1, \
15 sc/qa/unit/opencl-test-1 \
18 $(eval $(call gb_CppunitTest_use_externals,sc_opencl-1, \
19 boost_headers \
20 $(call gb_Helper_optional,OPENCL,clew) \
21 mdds_headers \
22 libxml2 \
25 $(eval $(call gb_CppunitTest_use_libraries,sc_opencl-1, \
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-1,\
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-1,\
68 udkapi \
69 offapi \
70 oovbaapi \
73 $(eval $(call gb_CppunitTest_use_ure,sc_opencl-1))
74 $(eval $(call gb_CppunitTest_use_vcl,sc_opencl-1))
76 $(eval $(call gb_CppunitTest_use_rdb,sc_opencl-1,services))
78 $(eval $(call gb_CppunitTest_use_configuration,sc_opencl-1))
80 # vim: set noet sw=4 ts=4: