From 7223027a3a7e6599e387559d85f1eaebf3bbbd6c Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Thu, 17 Oct 2013 01:32:29 +0200 Subject: fdo#70393: move cppunit to a subdir of external MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I96ab796757af0c6c6741059b35fcaeefc2bf4507 Reviewed-on: https://gerrit.libreoffice.org/6286 Tested-by: LibreOffice gerrit bot Reviewed-by: Björn Michaelsen Tested-by: Björn Michaelsen --- external/cppunit/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 external/cppunit/Makefile (limited to 'external/cppunit/Makefile') diff --git a/external/cppunit/Makefile b/external/cppunit/Makefile new file mode 100644 index 000000000000..ccb1c85a04da --- /dev/null +++ b/external/cppunit/Makefile @@ -0,0 +1,7 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- + +module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) + +include $(module_directory)/../solenv/gbuild/partial_build.mk + +# vim: set noet sw=4 ts=4: -- cgit