Revert "workaround compile failures in libxml, with clang-17"
[LibreOffice.git] / sc / CppunitTest_sc_anchor_test.mk
blob3ad9e4271c85676989f3cfd854764479ae1eb15c
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_anchor_test))
14 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_anchor_test))
16 $(eval $(call gb_CppunitTest_add_exception_objects,sc_anchor_test, \
17 sc/qa/unit/anchor \
20 $(eval $(call gb_CppunitTest_use_external,sc_anchor_test,boost_headers))
22 $(eval $(call gb_CppunitTest_use_libraries,sc_anchor_test, \
23 basegfx \
24 comphelper \
25 cppu \
26 cppuhelper \
27 drawinglayer \
28 drawinglayercore \
29 editeng \
30 for \
31 forui \
32 i18nlangtag \
33 msfilter \
34 oox \
35 sal \
36 salhelper \
37 sax \
38 sb \
39 sc \
40 scqahelper \
41 sfx \
42 sot \
43 subsequenttest \
44 svl \
45 svt \
46 svx \
47 svxcore \
48 test \
49 tk \
50 tl \
51 ucbhelper \
52 unotest \
53 utl \
54 $(call gb_Helper_optional,SCRIPTING, \
55 vbahelper) \
56 vcl \
57 xo \
60 $(eval $(call gb_CppunitTest_set_include,sc_anchor_test,\
61 -I$(SRCDIR)/sc/source/ui/inc \
62 -I$(SRCDIR)/sc/inc \
63 $$(INCLUDE) \
66 $(eval $(call gb_CppunitTest_use_api,sc_anchor_test,\
67 udkapi \
68 offapi \
69 oovbaapi \
72 $(eval $(call gb_CppunitTest_use_ure,sc_anchor_test))
73 $(eval $(call gb_CppunitTest_use_vcl,sc_anchor_test))
75 $(eval $(call gb_CppunitTest_use_rdb,sc_anchor_test,services))
77 $(eval $(call gb_CppunitTest_use_configuration,sc_anchor_test))
79 # vim: set noet sw=4 ts=4: