Revert "tdf#127471 Remove font width scaling hack"
[LibreOffice.git] / libreofficekit / CppunitTest_libreofficekit_tiledrendering.mk
blobda3be044e853bfcaf84e1320e5e1927b3d69b599
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,libreofficekit_tiledrendering))
14 $(eval $(call gb_CppunitTest_add_exception_objects,libreofficekit_tiledrendering, \
15 libreofficekit/qa/unit/tiledrendering \
18 $(eval $(call gb_CppunitTest_use_external,libreofficekit_tiledrendering,boost_headers))
20 # We need all these libraries / etc. due for CppunitTest to work, even though
21 # our test specifically tests LOK only functionality which would otherwise not
22 # require any normal LO api/libraries.
23 $(eval $(call gb_CppunitTest_use_libraries,libreofficekit_tiledrendering, \
24 sal \
27 ifeq ($(OS),LINUX)
28 $(eval $(call gb_CppunitTest_add_libs,libreofficekit_tiledrendering,\
29 -lm \
30 -ldl \
32 endif
34 $(eval $(call gb_CppunitTest_use_api,libreofficekit_tiledrendering,\
35 offapi \
38 $(eval $(call gb_CppunitTest_use_configuration,libreofficekit_tiledrendering))
40 # vim: set noet sw=4 ts=4: