summaryrefslogtreecommitdiff
path: root/thirdparty/bullet/src/Bullet3Dynamics/premake4.lua
diff options
context:
space:
mode:
authorAndreaCatania <info@andreacatania.com>2017-08-01 14:30:58 +0200
committerAndreaCatania <info@andreacatania.com>2017-11-04 20:08:26 +0100
commited047261f06f814eeb88a1f6ee2dd8abd7a14034 (patch)
tree3addbdbfa8ca5068226a644a0dbbbee0ed691303 /thirdparty/bullet/src/Bullet3Dynamics/premake4.lua
parent3cbcf5c2ddadf1cd630137d6bd438634b8517b00 (diff)
Vendor thirdparty Bullet source for upcoming physics server backend
Diffstat (limited to 'thirdparty/bullet/src/Bullet3Dynamics/premake4.lua')
-rw-r--r--thirdparty/bullet/src/Bullet3Dynamics/premake4.lua15
1 files changed, 15 insertions, 0 deletions
diff --git a/thirdparty/bullet/src/Bullet3Dynamics/premake4.lua b/thirdparty/bullet/src/Bullet3Dynamics/premake4.lua
new file mode 100644
index 0000000000..669336a6a1
--- /dev/null
+++ b/thirdparty/bullet/src/Bullet3Dynamics/premake4.lua
@@ -0,0 +1,15 @@
+ project "Bullet3Dynamics"
+
+ language "C++"
+
+ kind "StaticLib"
+
+ includedirs {
+ ".."
+ }
+
+
+ files {
+ "**.cpp",
+ "**.h"
+ } \ No newline at end of file