Update git submodules
[LibreOffice.git] / xmlsecurity / CppunitTest_xmlsecurity_xmlsec.mk
blob526bb85d8a1da56901e7500be43852268958cb5c
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,xmlsecurity_xmlsec))
14 $(eval $(call gb_CppunitTest_use_externals,xmlsecurity_xmlsec,\
15 boost_headers \
18 $(eval $(call gb_CppunitTest_add_exception_objects,xmlsecurity_xmlsec, \
19 xmlsecurity/qa/xmlsec/xmlsec \
22 $(eval $(call gb_CppunitTest_use_libraries,xmlsecurity_xmlsec, \
23 comphelper \
24 cppu \
25 cppuhelper \
26 embobj \
27 sal \
28 sfx \
29 subsequenttest \
30 test \
31 tl \
32 unotest \
33 utl \
34 xmlsecurity \
35 xsec_xmlsec \
38 $(eval $(call gb_CppunitTest_set_include,xmlsecurity_xmlsec,\
39 -I$(SRCDIR)/xmlsecurity/inc \
40 $$(INCLUDE) \
43 $(eval $(call gb_CppunitTest_use_sdk_api,xmlsecurity_xmlsec))
45 $(eval $(call gb_CppunitTest_use_ure,xmlsecurity_xmlsec))
46 $(eval $(call gb_CppunitTest_use_vcl,xmlsecurity_xmlsec))
48 $(eval $(call gb_CppunitTest_use_rdb,xmlsecurity_xmlsec,services))
50 $(eval $(call gb_CppunitTest_use_custom_headers,xmlsecurity_xmlsec,\
51 officecfg/registry \
54 $(eval $(call gb_CppunitTest_use_configuration,xmlsecurity_xmlsec))
56 # vim: set noet sw=4 ts=4: