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:
authorErwin Coumans <blender@erwincoumans.com>2008-09-17 00:52:38 +0400
committerErwin Coumans <blender@erwincoumans.com>2008-09-17 00:52:38 +0400
commit59414118391eb42d903b1a512374574bf3c34bb8 (patch)
tree7020993c5d8f3c104008f3d03d9c74d685114d5e /extern/bullet2/CMakeLists.txt
parent99cd0dd5d5373a2437a99b69d3731043d3b014bb (diff)
add src/BulletSoftBody/* to cmake (other build systems also will need to do this soon)
Diffstat (limited to 'extern/bullet2/CMakeLists.txt')
-rw-r--r--extern/bullet2/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/extern/bullet2/CMakeLists.txt b/extern/bullet2/CMakeLists.txt
index c5495fdf92b..e28e811087f 100644
--- a/extern/bullet2/CMakeLists.txt
+++ b/extern/bullet2/CMakeLists.txt
@@ -35,6 +35,7 @@ FILE(GLOB SRC
src/BulletDynamics/ConstraintSolver/*.cpp
src/BulletDynamics/Vehicle/*.cpp
src/BulletDynamics/Dynamics/*.cpp
+ src/BulletSoftBody/*.cpp
)
ADD_DEFINITIONS(-D_LIB)