GPU-Calc: remove Alloc_Host_Ptr for clmem of NAN vector
[LibreOffice.git] / svl / CppunitTest_svl_lngmisc.mk
blobd21e3185a5512befaa244bb904599784db758b62
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_lngmisc))
12 $(eval $(call gb_CppunitTest_add_exception_objects,svl_lngmisc, \
13 svl/qa/unit/test_lngmisc \
16 # add a list of all needed libraries here
17 $(eval $(call gb_CppunitTest_use_libraries,svl_lngmisc, \
18 cppu \
19 cppuhelper \
20 sal \
21 salhelper \
22 svl \
23 $(gb_UWINAPI) \
26 ifeq ($(OS),WNT)
27 $(eval $(call gb_CppunitTest_use_system_win32_libs,svl_lngmisc, \
28 oleaut32 \
30 endif
32 $(eval $(call gb_CppunitTest_set_include,svl_lngmisc,\
33 -I$(SRCDIR)/svl/source/inc \
34 $$(INCLUDE) \
36 # vim: set noet sw=4 ts=4: