Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 2141 was 2141, checked in by rgrieder, 15 years ago

Fixed static linker problem with bullet and gcc: We have to specify the libraries in reverse dependency order.

  • Property svn:eol-style set to native
File size: 440 bytes
Line 
1ADD_LIBRARY(LibBulletSoftBody
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.