update CMakeList
This commit is contained in:
@@ -17,6 +17,11 @@ SET(BulletSoftBody_SRCS
|
||||
btSoftSoftCollisionAlgorithm.cpp
|
||||
btDefaultSoftBodySolver.cpp
|
||||
|
||||
btDeformableBackwardEulerObjective.cpp
|
||||
btDeformableBodySolver.cpp
|
||||
btDeformableContactProjection.cpp
|
||||
btDeformableRigidDynamicsWorld.cpp
|
||||
|
||||
)
|
||||
|
||||
SET(BulletSoftBody_HDRS
|
||||
@@ -34,6 +39,18 @@ SET(BulletSoftBody_HDRS
|
||||
btSoftBodySolvers.h
|
||||
btDefaultSoftBodySolver.h
|
||||
|
||||
btCGrojection.h
|
||||
btConjugateGradient.h
|
||||
btDeformableGravityForce.h
|
||||
btDeformableMassSpringForce.h
|
||||
btDeformableLagrangianForce.h
|
||||
btPreconditioner.h
|
||||
|
||||
btDeformableBackwardEulerObjective.h
|
||||
btDeformableBodySolver.h
|
||||
btDeformableContactProjection.h
|
||||
btDeformableRigidDynamicsWorld.h
|
||||
|
||||
btSoftBodySolverVertexBuffer.h
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user