update CMakeList

This commit is contained in:
Xuchen Han
2019-08-02 15:41:10 -07:00
parent 7f33d8cdb9
commit 9a5ef6c849

View File

@@ -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
)