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