crashtesting: crash seen on exporting forum-it-5909.ods to xlsx
[LibreOffice.git] / unotest / Library_unoexceptionprotector.mk
blob52417c9883a9583e883708d5afe7e93f04fbdc18
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
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/.
11 $(eval $(call gb_Library_Library,unoexceptionprotector))
13 $(eval $(call gb_Library_use_sdk_api,unoexceptionprotector))
15 $(eval $(call gb_Library_use_libraries,unoexceptionprotector,\
16 cppu \
17 cppuhelper \
18 sal \
21 $(eval $(call gb_Library_use_externals,unoexceptionprotector,\
22 boost_headers \
23 cppunit \
26 $(eval $(call gb_Library_add_exception_objects,unoexceptionprotector,\
27 unotest/source/cpp/unoexceptionprotector/unoexceptionprotector \
30 # vim: set noet sw=4 ts=4: