blob: 96fd9ce0e2206695b3866ac094a9cd16e069646c [file] [log] [blame]
Tomaž Vajngerl106c6422017-01-17 17:55:44 +01001# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2#*************************************************************************
3#
Michael Meeksd037b812026-03-26 15:06:16 +00004# This file is part of the Collabora Office project.
Tomaž Vajngerl106c6422017-01-17 17:55:44 +01005#
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/.
9#
10#*************************************************************************
11
12$(eval $(call gb_CppunitTest_CppunitTest,sw_ooxmlencryption))
13
Luboš Luňák2c3f9fa2019-09-27 15:32:19 +020014$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_ooxmlencryption))
15
Tomaž Vajngerl106c6422017-01-17 17:55:44 +010016$(eval $(call gb_CppunitTest_add_exception_objects,sw_ooxmlencryption, \
17 sw/qa/extras/ooxmlexport/ooxmlencryption \
18))
19
20$(eval $(call gb_CppunitTest_use_libraries,sw_ooxmlencryption, \
21 $(sw_ooxmlexport_libraries) \
22))
23
24$(eval $(call gb_CppunitTest_use_externals,sw_ooxmlencryption,\
25 boost_headers \
26 libxml2 \
27))
28
29$(eval $(call gb_CppunitTest_set_include,sw_ooxmlencryption,\
30 -I$(SRCDIR)/sw/inc \
31 -I$(SRCDIR)/sw/source/core/inc \
Miklos Vajna423e1ce2019-11-07 21:47:22 +010032 -I$(SRCDIR)/sw/qa/inc \
Tomaž Vajngerl106c6422017-01-17 17:55:44 +010033 $$(INCLUDE) \
34))
35
Tor Lillqvist0ee6b722018-03-22 12:46:56 +020036$(eval $(call gb_CppunitTest_use_api,sw_ooxmlencryption,\
37 udkapi \
38 offapi \
39 oovbaapi \
40))
41
Tomaž Vajngerl106c6422017-01-17 17:55:44 +010042$(eval $(call gb_CppunitTest_use_ure,sw_ooxmlencryption))
43$(eval $(call gb_CppunitTest_use_vcl,sw_ooxmlencryption))
44
Michael Stahl6d75afb2019-03-08 11:53:13 +010045$(eval $(call gb_CppunitTest_use_rdb,sw_ooxmlencryption,services))
Tomaž Vajngerl106c6422017-01-17 17:55:44 +010046
47$(eval $(call gb_CppunitTest_use_configuration,sw_ooxmlencryption))
48
49$(eval $(call gb_CppunitTest_use_packages,sw_ooxmlencryption,\
50 oox_generated \
51))
52
53# vim: set noet sw=4 ts=4: