Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extern/bullet2/src/BulletSoftBody/CMakeLists.txt')
-rw-r--r--extern/bullet2/src/BulletSoftBody/CMakeLists.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/extern/bullet2/src/BulletSoftBody/CMakeLists.txt b/extern/bullet2/src/BulletSoftBody/CMakeLists.txt
new file mode 100644
index 00000000000..a725e10ff77
--- /dev/null
+++ b/extern/bullet2/src/BulletSoftBody/CMakeLists.txt
@@ -0,0 +1,21 @@
+
+INCLUDE_DIRECTORIES(
+${BULLET_PHYSICS_SOURCE_DIR}/src }
+)
+
+ADD_LIBRARY(LibBulletSoftBody
+ btSoftBody.cpp
+ btSoftBody.h
+ btSoftBodyHelpers.cpp
+ btSparseSDF.h
+ btSoftBodyHelpers.h
+ btSoftBodyRigidBodyCollisionConfiguration.cpp
+ btSoftRigidCollisionAlgorithm.cpp
+ btSoftRigidCollisionAlgorithm.h
+ btSoftSoftCollisionAlgorithm.cpp
+ btSoftSoftCollisionAlgorithm.h
+ btSoftBodyConcaveCollisionAlgorithm.cpp
+ btSoftBodyConcaveCollisionAlgorithm.h
+ btSoftRigidDynamicsWorld.h
+ btSoftRigidDynamicsWorld.cpp
+)