summaryrefslogtreecommitdiff
path: root/thirdparty/bullet/src/Bullet3Common/premake4.lua
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/bullet/src/Bullet3Common/premake4.lua')
-rw-r--r--thirdparty/bullet/src/Bullet3Common/premake4.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/thirdparty/bullet/src/Bullet3Common/premake4.lua b/thirdparty/bullet/src/Bullet3Common/premake4.lua
new file mode 100644
index 0000000000..1331c6327e
--- /dev/null
+++ b/thirdparty/bullet/src/Bullet3Common/premake4.lua
@@ -0,0 +1,12 @@
+ project "Bullet3Common"
+
+ language "C++"
+
+ kind "StaticLib"
+
+ includedirs {".."}
+
+ files {
+ "*.cpp",
+ "*.h"
+ }