Simplify a bit
[LibreOffice.git] / testtools / Library_bridgetest-common.mk
blob1ca38bca6b49c455afaf7f83fe1173fdb8484292
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
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/.
11 $(eval $(call gb_Library_Library,testtools_bridgetest-common))
13 $(eval $(call gb_Library_add_defs,testtools_bridgetest-common, \
14 -DLO_DLLIMPLEMENTATION_TESTTOOLS \
17 $(eval $(call gb_Library_use_external,testtools_bridgetest-common,boost_headers))
19 $(eval $(call gb_Library_use_internal_api,testtools_bridgetest-common,\
20 bridgetest \
23 $(eval $(call gb_Library_use_libraries,testtools_bridgetest-common, \
24 cppu \
25 cppuhelper \
26 sal \
29 $(eval $(call gb_Library_use_api,testtools_bridgetest-common,\
30 udkapi \
33 $(eval $(call gb_Library_add_exception_objects,testtools_bridgetest-common,\
34 testtools/source/bridgetest/currentcontextchecker \
35 testtools/source/bridgetest/multi \
38 # vim: set noet sw=4 ts=4: