tdf#146173: combine non-BMP characters' surrogates correctly
[LibreOffice.git] / extensions / CppunitTest_extensions_bibliography.mk
blobc5503a46862e788d5df32c4e6b558afec7b7edeb
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,extensions_bibliography))
14 $(eval $(call gb_CppunitTest_use_externals,extensions_bibliography,\
15 boost_headers \
18 $(eval $(call gb_CppunitTest_add_exception_objects,extensions_bibliography, \
19 extensions/qa/bibliography/bibliography \
22 $(eval $(call gb_CppunitTest_use_libraries,extensions_bibliography, \
23 comphelper \
24 cppu \
25 sal \
26 test \
27 unotest \
30 $(eval $(call gb_CppunitTest_use_sdk_api,extensions_bibliography))
32 $(eval $(call gb_CppunitTest_use_ure,extensions_bibliography))
33 $(eval $(call gb_CppunitTest_use_vcl,extensions_bibliography))
35 $(eval $(call gb_CppunitTest_use_rdb,extensions_bibliography,services))
37 $(eval $(call gb_CppunitTest_use_custom_headers,extensions_bibliography,\
38 officecfg/registry \
41 $(eval $(call gb_CppunitTest_use_configuration,extensions_bibliography))
43 # vim: set noet sw=4 ts=4: