Update git submodules
[LibreOffice.git] / framework / CppunitTest_framework_services.mk
blobf098b7e0bcf9b20ebe9374e622070482c4f41b4f
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,framework_services))
12 $(eval $(call gb_CppunitTest_add_exception_objects,framework_services, \
13 framework/qa/cppunit/services \
16 $(eval $(call gb_CppunitTest_use_sdk_api,framework_services))
18 $(eval $(call gb_CppunitTest_use_libraries,framework_services, \
19 comphelper \
20 cppu \
21 cppuhelper \
22 sal \
23 salhelper \
24 test \
25 unotest \
26 vcl \
29 $(eval $(call gb_CppunitTest_use_external,framework_services,boost_headers))
31 $(eval $(call gb_CppunitTest_use_sdk_api,framework_services))
33 $(eval $(call gb_CppunitTest_use_ure,framework_services))
34 $(eval $(call gb_CppunitTest_use_vcl,framework_services))
36 $(eval $(call gb_CppunitTest_use_rdb,framework_services,services))
38 $(eval $(call gb_CppunitTest_use_configuration,framework_services))
40 # vim: set noet sw=4 ts=4: