# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_CppunitTest_CppunitTest,sd_uimpress)) $(eval $(call gb_CppunitTest_set_include,sd_uimpress,\ $$(INCLUDE) \ -I$(SRCDIR)/sd/inc \ )) $(eval $(call gb_CppunitTest_use_api,sd_uimpress,\ offapi \ udkapi \ )) $(eval $(call gb_CppunitTest_use_library_objects,sd_uimpress,sd)) $(eval $(call gb_CppunitTest_use_libraries,sd_uimpress,\ $(call gb_Helper_optional,AVMEDIA,avmedia) \ basegfx \ canvastools \ comphelper \ cppcanvas \ cppu \ cppuhelper \ drawinglayer \ editeng \ i18nlangtag \ i18nutil \ msfilter \ sal \ sax \ salhelper \ sb \ sfx \ sot \ svl \ svt \ svxcore \ svx \ test \ tk \ tl \ ucbhelper \ utl \ vcl \ xo \ $(gb_UWINAPI) \ )) ifeq ($(OS),WNT) $(eval $(call gb_CppunitTest_use_system_win32_libs,sd_uimpress,\ uuid \ ws2_32 \ )) endif ifeq ($(OS),MACOSX) $(eval $(call gb_CppunitTest_add_libs,sd_uimpress,\ -lobjc \ )) $(eval $(call gb_CppunitTest_use_system_darwin_frameworks,sd_uimpress,\ Foundation \ IOBluetooth \ )) endif $(eval $(call gb_CppunitTest_use_externals,sd_uimpress,\ boost_headers \ gtk \ dbus \ $(if $(ENABLE_AVAHI), \ avahi \ ) \ $(if $(filter WNT,$(OS)),mDNSResponder) \ libxml2 \ )) $(eval $(call gb_CppunitTest_add_exception_objects,sd_uimpress,\ sd/qa/unit/uimpress \ )) $(eval $(call gb_CppunitTest_use_ure,sd_uimpress)) $(eval $(call gb_CppunitTest_use_components,sd_uimpress,\ configmgr/source/configmgr \ framework/util/fwk \ i18npool/util/i18npool \ linguistic/source/lng \ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ unoxml/source/service/unoxml \ )) $(eval $(call gb_CppunitTest_use_configuration,sd_uimpress)) # vim: set noet sw=4 ts=4: ption value='distro/collabora/cd-5.3-3.2'>distro/collabora/cd-5.3-3.2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/cppunit
AgeCommit message (Expand)Author
2020-03-04Bump Windows build baseline to Visual Studio 2019 16.4Stephan Bergmann
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák
2019-12-24update cppunit to 1.15.1Markus Mohrhard
2019-04-16Initial VS 2019 SupportTomoyuki Kubota
2019-02-01Better fix for missing [[noreturn]] of CPPUNIT_FAILStephan Bergmann
2019-01-16Minimum Supported Version is VS2017himajin100000
2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl
2018-09-27Do build cppunit for iOS, tooTor Lillqvist
2018-08-07Mark external/cppunit/gcc9.patch.0 as addressed upstreamStephan Bergmann
2018-07-26external/cppunit: silence -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-06-29cppunit: also build 64-bit DLL always with PDB fileMichael Stahl