Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/physics/src/bullet/BulletSoftBody/CMakeLists.txt @ 2056

Last change on this file since 2056 was 2056, checked in by martisty, 16 years ago

BulletEngine: Box with gravity, no compile error every thing works fine :)

  • Property svn:eol-style set to native
File size: 447 bytes
Line 
1ADD_LIBRARY(LibBulletSoftBody SHARED
2        btSoftBody.cpp
3        btSoftBody.h
4        btSoftBodyHelpers.cpp
5        btSparseSDF.h
6        btSoftBodyHelpers.h
7        btSoftBodyRigidBodyCollisionConfiguration.cpp
8        btSoftRigidCollisionAlgorithm.cpp
9        btSoftRigidCollisionAlgorithm.h
10        btSoftSoftCollisionAlgorithm.cpp
11        btSoftSoftCollisionAlgorithm.h
12        btSoftBodyConcaveCollisionAlgorithm.cpp
13        btSoftBodyConcaveCollisionAlgorithm.h
14        btSoftRigidDynamicsWorld.h
15        btSoftRigidDynamicsWorld.cpp
16)
Note: See TracBrowser for help on using the repository browser.