379ea0bb9e
Change-Id: I1f82afe7e1ac57004723f67412f1a7007d107eff Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140938 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
30 lines
790 B
Makefile
30 lines
790 B
Makefile
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
#
|
|
# This file is part of the LibreOffice project.
|
|
#
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
#
|
|
|
|
$(eval $(call gb_CppunitTest_CppunitTest,unotools_fontcvt))
|
|
|
|
$(eval $(call gb_CppunitTest_use_external,unotools_fontcvt,boost_headers))
|
|
|
|
$(eval $(call gb_CppunitTest_use_sdk_api,unotools_fontcvt))
|
|
|
|
$(eval $(call gb_CppunitTest_add_exception_objects,unotools_fontcvt, \
|
|
unotools/qa/unit/testRecodeString \
|
|
))
|
|
|
|
$(eval $(call gb_CppunitTest_use_libraries,unotools_fontcvt, \
|
|
comphelper \
|
|
cppu \
|
|
cppuhelper \
|
|
tl \
|
|
sal \
|
|
svt \
|
|
utl \
|
|
))
|
|
|
|
# vim: set noet sw=4 ts=4:
|