16 lines
269 B
Lua
16 lines
269 B
Lua
project "BulletInverseDynamics"
|
|
|
|
kind "StaticLib"
|
|
if os.is("Linux") then
|
|
buildoptions{"-fPIC"}
|
|
end
|
|
includedirs {
|
|
"..",
|
|
}
|
|
files {
|
|
"IDMath.cpp",
|
|
"MultiBodyTree.cpp",
|
|
"details/MultiBodyTreeInitCache.cpp",
|
|
"details/MultiBodyTreeImpl.cpp",
|
|
}
|