summaryrefslogtreecommitdiff
path: root/external/cppunit/Makefile
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-10-17 01:32:29 +0200
committerBjörn Michaelsen <bjoern.michaelsen@canonical.com>2013-10-17 17:17:22 +0000
commit7223027a3a7e6599e387559d85f1eaebf3bbbd6c (patch)
tree10017f4f62c300eef573e6ac73dba9271c824855 /external/cppunit/Makefile
parent894f5e46a6d72d3cfc3731c49a5f01626c6b95db (diff)
fdo#70393: move cppunit to a subdir of external
Change-Id: I96ab796757af0c6c6741059b35fcaeefc2bf4507 Reviewed-on: https://gerrit.libreoffice.org/6286 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'external/cppunit/Makefile')
-rw-r--r--external/cppunit/Makefile7
1 files changed, 7 insertions, 0 deletions
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: