vscode: add Cygwin terminal profile and config for VS debugger for Windows
[LibreOffice.git] / sc / CppunitTest_sc_copypaste.mk
blob9ce5233e5ad0065a38c02b65204a7d37c0e6c1ed
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,sc_copypaste))
12 $(eval $(call gb_CppunitTest_add_exception_objects,sc_copypaste, \
13 sc/qa/unit/copy_paste_test \
16 $(eval $(call gb_CppunitTest_use_externals,sc_copypaste, \
17 boost_headers \
18 mdds_headers \
19 libxml2 \
22 $(eval $(call gb_CppunitTest_use_libraries,sc_copypaste, \
23 comphelper \
24 cppu \
25 cppuhelper \
26 i18nlangtag \
27 sal \
28 sc \
29 sfx \
30 subsequenttest \
31 svl \
32 svx \
33 svxcore \
34 test \
35 tl \
36 unotest \
37 utl \
38 vcl \
41 $(eval $(call gb_CppunitTest_set_include,sc_copypaste,\
42 -I$(SRCDIR)/sc/source/ui/inc \
43 -I$(SRCDIR)/sc/inc \
44 $$(INCLUDE) \
47 $(eval $(call gb_CppunitTest_use_sdk_api,sc_copypaste))
49 $(eval $(call gb_CppunitTest_use_ure,sc_copypaste))
50 $(eval $(call gb_CppunitTest_use_vcl,sc_copypaste))
52 $(eval $(call gb_CppunitTest_use_rdb,sc_copypaste,services))
54 $(eval $(call gb_CppunitTest_use_configuration,sc_copypaste))
56 # vim: set noet sw=4 ts=4: