GPU-Calc: remove Alloc_Host_Ptr for clmem of NAN vector
[LibreOffice.git] / svl / CppunitTest_svl_urihelper.mk
blob434faa14049c3bb12bb2c870838a9e8c75edd111
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_CppunitTest_CppunitTest,svl_urihelper))
12 $(eval $(call gb_CppunitTest_use_external,svl_urihelper,boost_headers))
14 $(eval $(call gb_CppunitTest_use_api,svl_urihelper, \
15 offapi \
16 udkapi \
19 $(eval $(call gb_CppunitTest_use_components,svl_urihelper, \
20 ucb/source/core/ucb1 \
23 $(eval $(call gb_CppunitTest_add_exception_objects,svl_urihelper, \
24 svl/qa/unit/test_URIHelper \
27 $(eval $(call gb_CppunitTest_use_libraries,svl_urihelper, \
28 cppu \
29 cppuhelper \
30 i18nlangtag \
31 sal \
32 i18nlangtag \
33 svl \
34 tl \
35 utl \
36 $(gb_UWINAPI) \
39 $(eval $(call gb_CppunitTest_use_ure,svl_urihelper))
41 $(eval $(call gb_CppunitTest_use_components,svl_urihelper,\
42 i18npool/util/i18npool \
45 # vim: set noet sw=4 ts=4: