bullet3/Extras/InverseDynamics/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
124 B
Lua

project "BulletInverseDynamicsUtils"
kind "StaticLib"
includedirs {
"../../src"
}
files {
"*.cpp",
"*.hpp"
}