mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-09-23 10:44:37 +00:00
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",
|
|
}
|