Changeset 2141 for code/branches/physics/src
- Timestamp:
- Nov 5, 2008, 1:01:57 PM (16 years ago)
- Location:
- code/branches/physics/src
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/physics/src/bullet/BulletCollision/CMakeLists.txt
r2119 r2141 1 ADD_LIBRARY(LibBulletCollision SHARED1 ADD_LIBRARY(LibBulletCollision 2 2 BroadphaseCollision/btAxisSweep3.cpp 3 3 BroadphaseCollision/btAxisSweep3.h -
code/branches/physics/src/bullet/BulletDynamics/CMakeLists.txt
r2119 r2141 1 ADD_LIBRARY(LibBulletDynamics SHARED1 ADD_LIBRARY(LibBulletDynamics 2 2 3 3 ConstraintSolver/btContactConstraint.cpp -
code/branches/physics/src/bullet/BulletSoftBody/CMakeLists.txt
r2119 r2141 1 ADD_LIBRARY(LibBulletSoftBody SHARED1 ADD_LIBRARY(LibBulletSoftBody 2 2 btSoftBody.cpp 3 3 btSoftBody.h -
code/branches/physics/src/bullet/LinearMath/CMakeLists.txt
r2119 r2141 1 ADD_LIBRARY(LibLinearMath SHARED1 ADD_LIBRARY(LibLinearMath 2 2 btAlignedObjectArray.h 3 3 btList.h -
code/branches/physics/src/orxonox/CMakeLists.txt
r2119 r2141 146 146 tinyxml_orxonox 147 147 tolualib_orxonox 148 #LibBulletSoftBody 149 LibBulletDynamics 150 LibBulletCollision 148 151 LibLinearMath 149 LibBulletCollision 150 LibBulletDynamics 151 LibBulletSoftBody 152 ogrebullet_collisions_orxonox 153 ogrebullet_dynamics_orxonox 152 #ogrebullet_collisions_orxonox 153 #ogrebullet_dynamics_orxonox 154 154 util 155 155 core
Note: See TracChangeset
for help on using the changeset viewer.