sc: filter: html: fix missing color scale conditional format
[LibreOffice.git] / svl / CppunitTest_svl_itempool.mk
blob892107e906caba401d9d7261728599e7f1e53f59
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_CppunitTest_CppunitTest,svl_itempool))
12 $(eval $(call gb_CppunitTest_use_external,svl_itempool,boost_headers))
14 $(eval $(call gb_CppunitTest_use_sdk_api,svl_itempool))
16 $(eval $(call gb_CppunitTest_add_exception_objects,svl_itempool, \
17 svl/qa/unit/items/test_itempool \
20 $(eval $(call gb_CppunitTest_use_libraries,svl_itempool, \
21 svl \
22 comphelper \
23 sal \
24 salhelper \
25 cppu \
26 cppuhelper \
29 $(eval $(call gb_CppunitTest_set_include,svl_itempool,\
30 -I$(SRCDIR)/svl/source/inc \
31 $$(INCLUDE) \
34 # vim: set noet sw=4 ts=4: