Send various state changes to LOK
[LibreOffice.git] / tools / CppunitTest_tools_config.mk
blob79c07c7aba40c35f387e3fab0face70436ff41cf
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,tools_config))
14 $(eval $(call gb_CppunitTest_use_external,tools_config,boost_headers))
16 $(eval $(call gb_CppunitTest_add_exception_objects,tools_config, \
17 tools/qa/cppunit/test_config \
20 $(eval $(call gb_CppunitTest_use_sdk_api,tools_config))
22 $(eval $(call gb_CppunitTest_use_libraries,tools_config, \
23 sal \
24 tl \
25 test \
26 unotest \
29 $(eval $(call gb_CppunitTest_use_static_libraries,tools_config, \
30 ooopathutils \
33 $(eval $(call gb_CppunitTest_set_include,tools_config,\
34 $$(INCLUDE) \
35 -I$(SRCDIR)/tools/inc \
38 # vim: set noet sw=4 ts=4: