summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/BulletSoftBody/CMakeLists.txt17
1 files changed, 17 insertions, 0 deletions
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
)