summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXuchen Han <xuchenhan@xuchenhan-macbookpro.roam.corp.google.com>2019-08-02 15:41:10 -0700
committerXuchen Han <xuchenhan@xuchenhan-macbookpro.roam.corp.google.com>2019-08-02 15:41:10 -0700
commit9a5ef6c8494668c54ced7a523a07934678049cf3 (patch)
tree97b82dca4073af2ee395d632c576a538fff6b9d4
parent7f33d8cdb9acde79144030544c7f039403c113c6 (diff)
downloadbullet3-9a5ef6c8494668c54ced7a523a07934678049cf3.tar.gz
update CMakeList
-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
)