crashtesting: fix assert seen with forum-mso-en-8349.docx
[LibreOffice.git] / test / Library_vclbootstrapprotector.mk
blobd01bc66795c0c084b139bcd42e1bc2aa5920ff11
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_Library_Library,vclbootstrapprotector))
12 $(eval $(call gb_Library_add_exception_objects,vclbootstrapprotector, \
13 test/source/vclbootstrapprotector \
16 $(eval $(call gb_Library_use_externals,vclbootstrapprotector, \
17 boost_headers \
18 cppunit \
21 $(eval $(call gb_Library_use_libraries,vclbootstrapprotector, \
22 comphelper \
23 cppu \
24 i18nlangtag \
25 sal \
26 test-setupvcl \
27 tl \
28 utl \
29 vcl \
32 $(eval $(call gb_Library_use_sdk_api,vclbootstrapprotector))
34 # vim: set noet sw=4 ts=4: