Simplify a bit
[LibreOffice.git] / canvas / CppunitTest_canvas_test.mk
blob740e7e11db488b49d7cb973d3f9bb834c1bcd009
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,canvas_test))
14 $(eval $(call gb_CppunitTest_add_exception_objects,canvas_test, \
15 canvas/qa/cppunit/canvastest \
18 $(eval $(call gb_CppunitTest_use_external,canvas_test,boost_headers))
20 $(eval $(call gb_CppunitTest_use_libraries,canvas_test, \
21 basegfx \
22 comphelper \
23 cppu \
24 cppuhelper \
25 sal \
26 test \
27 tl \
28 unotest \
29 vcl \
32 $(eval $(call gb_CppunitTest_use_sdk_api,canvas_test))
34 $(eval $(call gb_CppunitTest_use_ure,canvas_test))
35 $(eval $(call gb_CppunitTest_use_vcl,canvas_test))
37 $(eval $(call gb_CppunitTest_use_components,canvas_test,\
38 canvas/source/vcl/vclcanvas \
39 canvas/source/factory/canvasfactory \
40 configmgr/source/configmgr \
41 i18npool/util/i18npool \
44 $(eval $(call gb_CppunitTest_use_configuration,canvas_test))
46 # vim: set noet sw=4 ts=4: