skia: make gcc not crash for x86 builds
[LibreOffice.git] / sc / CppunitTest_sc_new_cond_format_api.mk
blobb16f07c0b38d6c0710bc1ab91ad78f593eb31fb0
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 #*************************************************************************
12 $(eval $(call gb_CppunitTest_CppunitTest,sc_new_cond_format_api))
14 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_new_cond_format_api))
16 $(eval $(call gb_CppunitTest_add_exception_objects,sc_new_cond_format_api, \
17 sc/qa/extras/new_cond_format \
20 $(eval $(call gb_CppunitTest_use_external,sc_new_cond_format_api,boost_headers))
22 $(eval $(call gb_CppunitTest_use_libraries,sc_new_cond_format_api, \
23 basegfx \
24 comphelper \
25 cppu \
26 cppuhelper \
27 drawinglayer \
28 editeng \
29 for \
30 forui \
31 i18nlangtag \
32 msfilter \
33 oox \
34 sal \
35 salhelper \
36 sax \
37 sb \
38 sfx \
39 sot \
40 subsequenttest \
41 svl \
42 svt \
43 svx \
44 svxcore \
45 test \
46 tk \
47 tl \
48 ucbhelper \
49 unotest \
50 utl \
51 vbahelper \
52 vcl \
53 xo \
56 $(eval $(call gb_CppunitTest_set_include,sc_new_cond_format_api,\
57 -I$(SRCDIR)/sc/source/ui/inc \
58 -I$(SRCDIR)/sc/inc \
59 $$(INCLUDE) \
62 $(eval $(call gb_CppunitTest_use_sdk_api,sc_new_cond_format_api))
64 $(eval $(call gb_CppunitTest_use_ure,sc_new_cond_format_api))
65 $(eval $(call gb_CppunitTest_use_vcl,sc_new_cond_format_api))
67 $(eval $(call gb_CppunitTest_use_components,sc_new_cond_format_api,\
68 $(sc_unoapi_common_components) \
71 $(eval $(call gb_CppunitTest_use_configuration,sc_new_cond_format_api))
73 $(eval $(call gb_CppunitTest_use_unittest_configuration,sc_new_cond_format_api))
75 # vim: set noet sw=4 ts=4: