From 9a5ef6c8494668c54ced7a523a07934678049cf3 Mon Sep 17 00:00:00 2001 From: Xuchen Han Date: Fri, 2 Aug 2019 15:41:10 -0700 Subject: [PATCH] update CMakeList --- src/BulletSoftBody/CMakeLists.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/BulletSoftBody/CMakeLists.txt b/src/BulletSoftBody/CMakeLists.txt index d43df1c67..ec5fd447e 100644 --- a/src/BulletSoftBody/CMakeLists.txt +++ b/src/BulletSoftBody/CMakeLists.txt @@ -17,6 +17,11 @@ SET(BulletSoftBody_SRCS btSoftSoftCollisionAlgorithm.cpp btDefaultSoftBodySolver.cpp + btDeformableBackwardEulerObjective.cpp + btDeformableBodySolver.cpp + btDeformableContactProjection.cpp + btDeformableRigidDynamicsWorld.cpp + ) SET(BulletSoftBody_HDRS @@ -33,6 +38,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 )