mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-11 07:21:09 +00:00
13 lines
204 B
Lua
13 lines
204 B
Lua
project "BulletInverseDynamics"
|
|
|
|
kind "StaticLib"
|
|
includedirs {
|
|
"..",
|
|
}
|
|
files {
|
|
"IDMath.cpp",
|
|
"MultiBodyTree.cpp",
|
|
"details/MultiBodyTreeInitCache.cpp",
|
|
"details/MultiBodyTreeImpl.cpp",
|
|
}
|