bump product version to 5.0.4.1
[LibreOffice.git] / testtools / StaticLibrary_bridgetest.mk
blobb1a076f8e537ce39b8b60505c48c12ad2a83a82e
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_StaticLibrary_StaticLibrary,testtools_bridgetest_s))
13 $(eval $(call gb_StaticLibrary_use_external,testtools_bridgetest_s,boost_headers))
15 $(eval $(call gb_StaticLibrary_use_internal_api,testtools_bridgetest_s,\
16 bridgetest \
19 $(eval $(call gb_StaticLibrary_use_api,testtools_bridgetest_s,\
20 udkapi \
23 $(eval $(call gb_StaticLibrary_add_exception_objects,testtools_bridgetest_s,\
24 testtools/source/bridgetest/currentcontextchecker \
25 testtools/source/bridgetest/multi \
28 # vim: set noet sw=4 ts=4: