diff options
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 0000000000..524e2c3161 --- /dev/null +++ b/thirdparty/bullet/src/LinearMath/premake4.lua @@ -0,0 +1,10 @@ + project "LinearMath" + + kind "StaticLib" + includedirs { + "..", + } + files { + "*.cpp", + "*.h" + } |