diff options
Diffstat (limited to 'thirdparty/bullet/src/BulletSoftBody/premake4.lua')
-rw-r--r-- | thirdparty/bullet/src/BulletSoftBody/premake4.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/thirdparty/bullet/src/BulletSoftBody/premake4.lua b/thirdparty/bullet/src/BulletSoftBody/premake4.lua new file mode 100644 index 0000000000..ce384de2c8 --- /dev/null +++ b/thirdparty/bullet/src/BulletSoftBody/premake4.lua @@ -0,0 +1,11 @@ + project "BulletSoftBody" + + kind "StaticLib" + + includedirs { + "..", + } + files { + "**.cpp", + "**.h" + }
\ No newline at end of file |