Update git submodules
[LibreOffice.git] / svgio / CppunitTest_svgio_tools.mk
blobcb48c5eda09dbacfb2d9398edb4fdb76b8063ca5
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 sal \
37 salhelper \
38 sax \
39 svt \
40 tk \
41 tl \
42 vcl \
45 # vim: set noet sw=4 ts=4: