diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-04-18 12:55:56 +0200 |
---|---|---|
committer | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-04-18 12:56:11 +0200 |
commit | 62fd63050c355b06b449e58134fa482866102134 (patch) | |
tree | f396d105521afe7271985aa36d025534baa7bf8e /external/libgltf/Makefile | |
parent | fb46a354250fca80fbbfac20128551fd1c530747 (diff) |
Integrate libgltf for rendering gltf models
Change-Id: I7c30dbcf276052c01bb15f3b8c77a2406260aa7b
Diffstat (limited to 'external/libgltf/Makefile')
-rw-r--r-- | external/libgltf/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/external/libgltf/Makefile b/external/libgltf/Makefile new file mode 100644 index 000000000000..569ad8a0ba7a --- /dev/null +++ b/external/libgltf/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: |