add real-time safe Inverse Dynamics library+test+utils
an example for the example browser will follow. thanks to Thomas Buschmann
This commit is contained in:
12
src/BulletInverseDynamics/premake4.lua
Normal file
12
src/BulletInverseDynamics/premake4.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
project "BulletInverseDynamics"
|
||||
|
||||
kind "StaticLib"
|
||||
includedirs {
|
||||
"..",
|
||||
}
|
||||
files {
|
||||
"IDMath.cpp",
|
||||
"MultiBodyTree.cpp",
|
||||
"details/MultiBodyTreeInitCache.cpp",
|
||||
"details/MultiBodyTreeImpl.cpp",
|
||||
}
|
||||
Reference in New Issue
Block a user