Branch libreoffice-5-0-4
[LibreOffice.git] / svl / CppunitTest_svl_notify.mk
blobff1dbe7cfb8c6698b72653c1ce7790065cb5c0a9
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_notify))
12 $(eval $(call gb_CppunitTest_use_external,svl_notify,boost_headers))
14 $(eval $(call gb_CppunitTest_use_api,svl_notify, \
15 offapi \
16 udkapi \
19 $(eval $(call gb_CppunitTest_add_exception_objects,svl_notify, \
20 svl/qa/unit/notify/test_SfxBroadcaster \
23 $(eval $(call gb_CppunitTest_use_libraries,svl_notify, \
24 svl \
25 comphelper \
26 sal \
27 cppu \
28 cppuhelper \
31 $(eval $(call gb_CppunitTest_set_include,svl_notify,\
32 -I$(SRCDIR)/svl/source/inc \
33 $$(INCLUDE) \
36 # vim: set noet sw=4 ts=4: