vscode: add Cygwin terminal profile and config for VS debugger for Windows
[LibreOffice.git] / hwpfilter / CppunitTest_hwpfilter_test_hwpfilter.mk
blobb62abefd7a8ab1a12c510cd1008eb14526bbc464
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,hwpfilter_test_hwpfilter))
12 $(eval $(call gb_CppunitTest_use_external,hwpfilter_test_hwpfilter,boost_headers))
14 $(eval $(call gb_CppunitTest_add_exception_objects,hwpfilter_test_hwpfilter, \
15 hwpfilter/qa/cppunit/test_hwpfilter \
18 $(eval $(call gb_CppunitTest_use_libraries,hwpfilter_test_hwpfilter, \
19 ucbhelper \
20 comphelper \
21 cppu \
22 cppuhelper \
23 sal \
24 test \
25 unotest \
28 $(eval $(call gb_CppunitTest_use_sdk_api,hwpfilter_test_hwpfilter))
30 $(eval $(call gb_CppunitTest_use_ure,hwpfilter_test_hwpfilter))
31 $(eval $(call gb_CppunitTest_use_vcl,hwpfilter_test_hwpfilter))
33 $(eval $(call gb_CppunitTest_use_components,hwpfilter_test_hwpfilter,\
34 configmgr/source/configmgr \
35 framework/util/fwk \
36 hwpfilter/source/hwp \
37 ucb/source/core/ucb1 \
38 ucb/source/ucp/file/ucpfile1 \
41 $(eval $(call gb_CppunitTest_use_configuration,hwpfilter_test_hwpfilter))
43 # vim: set noet sw=4 ts=4: