lok: add MetricFieldUIObject class
[LibreOffice.git] / sc / CppunitTest_sc_core.mk
blob5f57fe007c8347a6b6e4e9b32d25e748825072de
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,sc_core))
12 $(eval $(call gb_CppunitTest_use_externals,sc_core, \
13 boost_headers \
16 $(eval $(call gb_CppunitTest_use_sdk_api,sc_core))
18 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_core))
20 $(eval $(call gb_CppunitTest_add_exception_objects,sc_core, \
21 sc/qa/unit/test_ScChartListenerCollection \
24 $(eval $(call gb_CppunitTest_use_libraries,sc_core, \
25 cppu \
26 cppuhelper \
27 sal \
28 salhelper \
29 sc \
32 $(eval $(call gb_CppunitTest_set_include,sc_core,\
33 -I$(SRCDIR)/sc/inc \
34 $$(INCLUDE) \
37 # vim: set noet sw=4 ts=4: