aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/bullet/src/Bullet3Common/premake4.lua
diff options
context:
space:
mode:
authorAndreaCatania2017-08-01 14:30:58 +0200
committerAndreaCatania2017-11-04 20:08:26 +0100
commited047261f06f814eeb88a1f6ee2dd8abd7a14034 (patch)
tree3addbdbfa8ca5068226a644a0dbbbee0ed691303 /thirdparty/bullet/src/Bullet3Common/premake4.lua
parent3cbcf5c2ddadf1cd630137d6bd438634b8517b00 (diff)
downloadgodot-ed047261f06f814eeb88a1f6ee2dd8abd7a14034.tar.gz
godot-ed047261f06f814eeb88a1f6ee2dd8abd7a14034.tar.zst
godot-ed047261f06f814eeb88a1f6ee2dd8abd7a14034.zip
Vendor thirdparty Bullet source for upcoming physics server backend
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 000000000..1331c6327
--- /dev/null
+++ b/thirdparty/bullet/src/Bullet3Common/premake4.lua
@@ -0,0 +1,12 @@
+ project "Bullet3Common"
+
+ language "C++"
+
+ kind "StaticLib"
+
+ includedirs {".."}
+
+ files {
+ "*.cpp",
+ "*.h"
+ }