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
Extras/InverseDynamics/premake4.lua
Normal file
12
Extras/InverseDynamics/premake4.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
project "BulletInverseDynamicsUtils"
|
||||
|
||||
kind "StaticLib"
|
||||
|
||||
includedirs {
|
||||
"../../src"
|
||||
}
|
||||
|
||||
files {
|
||||
"*.cpp",
|
||||
"*.hpp"
|
||||
}
|
||||
Reference in New Issue
Block a user