Bump for 4.0-11
[LibreOffice.git] / basegfx / CppunitTest_basegfx.mk
blobe9c3bb887ea43704b0e0ec232a4ac0ae6039a460
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,basegfx_cpputest))
12 $(eval $(call gb_CppunitTest_use_api,basegfx_cpputest,\
13 offapi \
14 udkapi \
17 $(eval $(call gb_CppunitTest_use_libraries,basegfx_cpputest,\
18 basegfx \
19 cppu \
20 cppuhelper \
21 sal \
22 $(gb_UWINAPI) \
25 $(eval $(call gb_CppunitTest_add_exception_objects,basegfx_cpputest,\
26 basegfx/test/basegfx1d \
27 basegfx/test/basegfx2d \
28 basegfx/test/basegfx3d \
29 basegfx/test/boxclipper \
30 basegfx/test/basegfxtools \
31 basegfx/test/clipstate \
32 basegfx/test/genericclipper \
35 # vim: set noet sw=4 ts=4: