15 lines
173 B
Lua
15 lines
173 B
Lua
project "BulletSoftBody"
|
|
|
|
kind "StaticLib"
|
|
|
|
includedirs {
|
|
"..",
|
|
}
|
|
if os.is("Linux") then
|
|
buildoptions{"-fPIC"}
|
|
end
|
|
files {
|
|
"**.cpp",
|
|
"**.h"
|
|
}
|