diff options
| author | AndreaCatania | 2017-08-01 14:30:58 +0200 |
|---|---|---|
| committer | AndreaCatania | 2017-11-04 20:08:26 +0100 |
| commit | ed047261f06f814eeb88a1f6ee2dd8abd7a14034 (patch) | |
| tree | 3addbdbfa8ca5068226a644a0dbbbee0ed691303 /thirdparty/bullet/src/LinearMath/premake4.lua | |
| parent | 3cbcf5c2ddadf1cd630137d6bd438634b8517b00 (diff) | |
| download | godot-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/LinearMath/premake4.lua')
| -rw-r--r-- | thirdparty/bullet/src/LinearMath/premake4.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/thirdparty/bullet/src/LinearMath/premake4.lua b/thirdparty/bullet/src/LinearMath/premake4.lua new file mode 100644 index 000000000..524e2c316 --- /dev/null +++ b/thirdparty/bullet/src/LinearMath/premake4.lua @@ -0,0 +1,10 @@ + project "LinearMath" + + kind "StaticLib" + includedirs { + "..", + } + files { + "*.cpp", + "*.h" + } |
