Torque3D/Engine/lib/bullet/src/BulletDynamics/premake4.lua

22 lines
495 B
Lua
Raw Normal View History

2013-07-04 20:50:16 +02:00
project "BulletDynamics"
kind "StaticLib"
includedirs {
"..",
}
files {
2016-12-28 18:32:21 +10:00
"Dynamics/*.cpp",
"Dynamics/*.h",
"ConstraintSolver/*.cpp",
"ConstraintSolver/*.h",
"Featherstone/*.cpp",
"Featherstone/*.h",
"MLCPSolvers/*.cpp",
"MLCPSolvers/*.h",
"Vehicle/*.cpp",
"Vehicle/*.h",
"Character/*.cpp",
"Character/*.h"
}