Revert "reduce symbol visibility in sw"
[LibreOffice.git] / svgio / CppunitTest_svgio_tools.mk
blob5f4d7adbe523deb14f21f5bf912b0aadd655bbbd
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,svgio_tools))
12 $(eval $(call gb_CppunitTest_add_exception_objects,svgio_tools,\
13 svgio/qa/cppunit/SvgNumberTest \
16 $(eval $(call gb_CppunitTest_set_include,svgio_tools,\
17 $$(INCLUDE) \
18 -I$(SRCDIR)/svgio/inc \
21 $(eval $(call gb_CppunitTest_use_externals,svgio_tools,\
22 boost_headers \
25 $(eval $(call gb_CppunitTest_use_library_objects,svgio_tools,\
26 svgio \
29 $(eval $(call gb_CppunitTest_use_libraries,svgio_tools,\
30 basegfx \
31 drawinglayer \
32 drawinglayercore \
33 comphelper \
34 cppu \
35 cppuhelper \
36 i18nlangtag \
37 sal \
38 salhelper \
39 sax \
40 svt \
41 tk \
42 tl \
43 utl \
44 vcl \
47 # vim: set noet sw=4 ts=4: