summaryrefslogtreecommitdiff
path: root/external/opencollada/Makefile
diff options
context:
space:
mode:
authorZolnai Tamás <tamas.zolnai@collabora.com>2014-04-10 13:33:58 +0200
committerMatúš Kukan <matus.kukan@collabora.com>2014-05-13 16:34:49 +0200
commitaa5fe7958d087fbd6e64b29bbf2fa6e4d9ba5ab6 (patch)
tree8f5608c42445c6e9cc51f5a6e469cce74d7736e3 /external/opencollada/Makefile
parent701f3dcb8d647304c56e7c437cc942b908123bc3 (diff)
Introduce OpenCollada external library
Change-Id: I08a806b9319f7cb55be3b38a3bb9370799f6752b
Diffstat (limited to 'external/opencollada/Makefile')
-rw-r--r--external/opencollada/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/external/opencollada/Makefile b/external/opencollada/Makefile
new file mode 100644
index 000000000000..569ad8a0ba7a
--- /dev/null
+++ b/external/opencollada/Makefile
@@ -0,0 +1,14 @@
+# -*- 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/.
+#
+
+module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
+
+include $(module_directory)/../../solenv/gbuild/partial_build.mk
+
+# vim: set noet sw=4 ts=4: