Branch libreoffice-5-0-4
[LibreOffice.git] / test / Library_vclbootstrapprotector.mk
blob0bb808a321f17f0a33fbc40c4815d19bf76f878f
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 tl \
27 utl \
28 vcl \
29 $(gb_UWINAPI) \
32 $(eval $(call gb_Library_use_sdk_api,vclbootstrapprotector))
34 # vim: set noet sw=4 ts=4: