update emoji autocorrect entries from po-files
[LibreOffice.git] / libreofficekit / CppunitTest_libreofficekit_tiledrendering.mk
blob5b1727efbe986a055bd6a42895417af9bc1ef456
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 \
25 $(gb_UWINAPI) \
28 ifeq ($(OS),LINUX)
29 $(eval $(call gb_CppunitTest_add_libs,libreofficekit_tiledrendering,\
30 -lm \
31 -ldl \
32 -lpthread \
34 endif
36 $(eval $(call gb_CppunitTest_use_configuration,libreofficekit_tiledrendering))
38 # vim: set noet sw=4 ts=4: