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
path: root/extern
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-09-05 15:42:20 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-09-05 15:42:20 +0400
commit3963425006ea738c93ca30b50cc0332dd522f0d9 (patch)
treea5aac5a9936d695466feae63494134eb1f5fbec6 /extern
parent8dff07ef9a4a6d57529977c0cfb80fc6367184c1 (diff)
Merging r50374 through r50412 from trunk into soc-2011-tomato
Diffstat (limited to 'extern')
-rw-r--r--extern/bullet2/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/extern/bullet2/CMakeLists.txt b/extern/bullet2/CMakeLists.txt
index 4bf26ab3794..c57474f99f2 100644
--- a/extern/bullet2/CMakeLists.txt
+++ b/extern/bullet2/CMakeLists.txt
@@ -314,6 +314,7 @@ set(SRC
src/BulletDynamics/Character/btKinematicCharacterController.h
src/BulletSoftBody/btSoftBody.h
+ src/BulletSoftBody/btSoftBodyInternals.h
src/BulletSoftBody/btSoftBodyData.h
src/BulletSoftBody/btSoftBodyConcaveCollisionAlgorithm.h
src/BulletSoftBody/btSoftBodyHelpers.h
@@ -355,6 +356,7 @@ set(SRC
src/btBulletCollisionCommon.h
src/btBulletDynamicsCommon.h
+ src/Bullet-C-Api.h
)
if(CMAKE_COMPILER_IS_GNUCXX)