re-introduce Bullet 2.x solver, in Bullet3Dynamics/ConstraintSolver/b3PgsJacobiSolver.*
move b3Contact and b3RigidBody
This commit is contained in:
15
src/Bullet3Dynamics/premake4.lua
Normal file
15
src/Bullet3Dynamics/premake4.lua
Normal file
@@ -0,0 +1,15 @@
|
||||
project "Bullet3Dynamics"
|
||||
|
||||
language "C++"
|
||||
|
||||
kind "StaticLib"
|
||||
|
||||
includedirs {
|
||||
".."
|
||||
}
|
||||
targetdir "../../bin"
|
||||
|
||||
files {
|
||||
"**.cpp",
|
||||
"**.h"
|
||||
}
|
||||
Reference in New Issue
Block a user