Initial Commit
This commit is contained in:
18
thirdparty/bullet/src/Bullet3Dynamics/premake4.lua
vendored
Normal file
18
thirdparty/bullet/src/Bullet3Dynamics/premake4.lua
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
project "Bullet3Dynamics"
|
||||
|
||||
language "C++"
|
||||
|
||||
kind "StaticLib"
|
||||
|
||||
includedirs {
|
||||
".."
|
||||
}
|
||||
|
||||
if os.is("Linux") then
|
||||
buildoptions{"-fPIC"}
|
||||
end
|
||||
|
||||
files {
|
||||
"**.cpp",
|
||||
"**.h"
|
||||
}
|
||||
Reference in New Issue
Block a user