GPU-Calc: remove Alloc_Host_Ptr for clmem of NAN vector
[LibreOffice.git] / basic / CppunitTest_basic_nested_struct.mk
blobfcb4583d5a4ca709b5598c4a56e9b09d74805f96
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,basic_nested_struct))
12 $(eval $(call gb_CppunitTest_use_external,basic_nested_struct,boost_headers))
14 $(eval $(call gb_CppunitTest_add_exception_objects,basic_nested_struct, \
15 basic/qa/cppunit/test_nested_struct \
18 # add a list of all needed libraries here
19 $(eval $(call gb_CppunitTest_use_libraries,basic_nested_struct, \
20 comphelper \
21 cppu \
22 cppuhelper \
23 sal \
24 salhelper \
25 sb \
26 sot \
27 svl \
28 svt \
29 tl \
30 utl \
31 vcl \
32 xmlscript \
33 test \
34 $(gb_UWINAPI) \
37 ifeq ($(OS),WNT)
38 $(eval $(call gb_CppunitTest_use_system_win32_libs,basic_nested_struct, \
39 oleaut32 \
41 endif
43 $(eval $(call gb_CppunitTest_set_include,basic_nested_struct,\
44 -I$(SRCDIR)/basic/source/inc \
45 -I$(SRCDIR)/basic/inc \
46 $$(INCLUDE) \
49 $(eval $(call gb_CppunitTest_use_api,basic_nested_struct,\
50 offapi \
51 udkapi \
54 $(eval $(call gb_CppunitTest_use_ure,basic_nested_struct))
56 $(eval $(call gb_CppunitTest_use_components,basic_nested_struct,\
57 configmgr/source/configmgr \
58 i18npool/util/i18npool \
60 $(eval $(call gb_CppunitTest_use_configuration,basic_nested_struct))
62 # vim: set noet sw=4 ts=4: