summaryrefslogtreecommitdiff
path: root/Extras/HACD/premake4.lua
diff options
context:
space:
mode:
authorerwin coumans <erwin.coumans@gmail.com>2014-05-07 08:54:08 -0700
committererwin coumans <erwin.coumans@gmail.com>2014-05-07 08:54:08 -0700
commit2cf7806c87a46e1935b3c5db07a1a093e9b27fd3 (patch)
tree65aca3ded8edbe802f00755a19fba4e954219462 /Extras/HACD/premake4.lua
parente0784b2da66ec6644d208e3923240c7a242b9586 (diff)
downloadbullet3-2cf7806c87a46e1935b3c5db07a1a093e9b27fd3.tar.gz
add the 'extras' and Bullet 2 tests, to make it easier to create a new intermediate release
Diffstat (limited to 'Extras/HACD/premake4.lua')
-rw-r--r--Extras/HACD/premake4.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/Extras/HACD/premake4.lua b/Extras/HACD/premake4.lua
new file mode 100644
index 000000000..7b82929e6
--- /dev/null
+++ b/Extras/HACD/premake4.lua
@@ -0,0 +1,9 @@
+ project "HACD"
+
+ kind "StaticLib"
+ targetdir "../../lib"
+ includedirs {"."}
+ files {
+ "**.cpp",
+ "**.h"
+ } \ No newline at end of file