add CMake support for AppAllBullet2Demos demo. See also https://github.com/bulletphysics/bullet3/issues/43

This commit is contained in:
Erwin Coumans
2014-03-24 13:18:24 -07:00
parent 4afe403e35
commit 35c916f487
5 changed files with 71 additions and 4 deletions

View File

@@ -34,6 +34,7 @@ SET(BulletDynamics_SRCS
Featherstone/btMultiBodyJointMotor.cpp
MLCPSolvers/btDantzigLCP.cpp
MLCPSolvers/btMLCPSolver.cpp
MLCPSolvers/btLemkeAlgorithm.cpp
)
SET(Root_HDRS
@@ -96,6 +97,8 @@ SET(MLCPSolvers_HDRS
MLCPSolvers/btMLCPSolverInterface.h
MLCPSolvers/btPATHSolver.h
MLCPSolvers/btSolveProjectedGaussSeidel.h
MLCPSolvers/btLemkeSolver.h
MLCPSolvers/btLemkeAlgorithm.h
)
SET(Character_HDRS