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