summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/examples/41-tess/makefile
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/examples/41-tess/makefile')
-rw-r--r--3rdparty/bgfx/examples/41-tess/makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/3rdparty/bgfx/examples/41-tess/makefile b/3rdparty/bgfx/examples/41-tess/makefile
new file mode 100644
index 00000000000..ef9203197d7
--- /dev/null
+++ b/3rdparty/bgfx/examples/41-tess/makefile
@@ -0,0 +1,10 @@
+#
+# Copyright 2011-2019 Branimir Karadzic. All rights reserved.
+# License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+#
+
+BGFX_DIR=../..
+RUNTIME_DIR=$(BGFX_DIR)/examples/runtime
+BUILD_DIR=../../.build
+
+include $(BGFX_DIR)/scripts/shader.mk