Update git submodules
[LibreOffice.git] / framework / CppunitTest_framework_dispatch.mk
blob2a239030d6d24a28c97478e1f412733daa7ccd8f
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_dispatch))
12 $(eval $(call gb_CppunitTest_add_exception_objects,framework_dispatch, \
13 framework/qa/cppunit/dispatchtest \
16 $(eval $(call gb_CppunitTest_use_sdk_api,framework_dispatch))
18 $(eval $(call gb_CppunitTest_use_libraries,framework_dispatch, \
19 comphelper \
20 cppu \
21 cppuhelper \
22 fwk \
23 sal \
24 test \
25 unotest \
28 $(eval $(call gb_CppunitTest_use_external,framework_dispatch,boost_headers))
30 $(eval $(call gb_CppunitTest_use_sdk_api,framework_dispatch))
32 $(eval $(call gb_CppunitTest_use_ure,framework_dispatch))
33 $(eval $(call gb_CppunitTest_use_vcl,framework_dispatch))
35 $(eval $(call gb_CppunitTest_use_rdb,framework_dispatch,services))
37 $(eval $(call gb_CppunitTest_use_configuration,framework_dispatch))
39 # vim: set noet sw=4 ts=4: