summaryrefslogtreecommitdiff
path: root/src/BulletSoftBody/premake4.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/BulletSoftBody/premake4.lua')
-rw-r--r--src/BulletSoftBody/premake4.lua26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/BulletSoftBody/premake4.lua b/src/BulletSoftBody/premake4.lua
index a75e33619..6f09196fa 100644
--- a/src/BulletSoftBody/premake4.lua
+++ b/src/BulletSoftBody/premake4.lua
@@ -1,14 +1,14 @@
- project "BulletSoftBody"
-
- kind "StaticLib"
-
- includedirs {
- "..",
- }
- if os.is("Linux") then
- buildoptions{"-fPIC"}
- end
- files {
- "**.cpp",
- "**.h"
+ project "BulletSoftBody"
+
+ kind "StaticLib"
+
+ includedirs {
+ "..",
+ }
+ if os.is("Linux") then
+ buildoptions{"-fPIC"}
+ end
+ files {
+ "**.cpp",
+ "**.h"
} \ No newline at end of file