forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
21
lib/haxebullet/bullet/BulletDynamics/premake4.lua
Normal file
21
lib/haxebullet/bullet/BulletDynamics/premake4.lua
Normal file
@ -0,0 +1,21 @@
|
||||
project "BulletDynamics"
|
||||
kind "StaticLib"
|
||||
includedirs {
|
||||
"..",
|
||||
}
|
||||
files {
|
||||
"Dynamics/*.cpp",
|
||||
"Dynamics/*.h",
|
||||
"ConstraintSolver/*.cpp",
|
||||
"ConstraintSolver/*.h",
|
||||
"Featherstone/*.cpp",
|
||||
"Featherstone/*.h",
|
||||
"MLCPSolvers/*.cpp",
|
||||
"MLCPSolvers/*.h",
|
||||
"Vehicle/*.cpp",
|
||||
"Vehicle/*.h",
|
||||
"Character/*.cpp",
|
||||
"Character/*.h"
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user