Files
bullet3/src/BulletInverseDynamics/premake4.lua
Erwin Coumans aa4d119f98 add real-time safe Inverse Dynamics library+test+utils
an example for the example browser will follow.
thanks to Thomas Buschmann
2015-11-17 08:27:38 -08:00

13 lines
204 B
Lua

project "BulletInverseDynamics"
kind "StaticLib"
includedirs {
"..",
}
files {
"IDMath.cpp",
"MultiBodyTree.cpp",
"details/MultiBodyTreeInitCache.cpp",
"details/MultiBodyTreeImpl.cpp",
}