Changeset 1985 for code/branches/physics/src
- Timestamp:
- Oct 20, 2008, 7:43:48 PM (16 years ago)
- Location:
- code/branches/physics/src/ogrebullet
- Files:
-
- 81 added
- 29 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/physics/src/ogrebullet/CMakeLists.txt
r1983 r1985 1 SET( OGREBULLET_SRC_FILES2 OgreBulletCollisionsObject.cpp3 OgreBulletCollisionsObjectState.cpp4 OgreBulletCollisionsRay.cpp5 OgreBulletCollisionsShape.cpp6 OgreBulletCollisionsWorld.cpp7 8 Debug/OgreBulletCollisionsDebugContact.cpp9 Debug/OgreBulletCollisionsDebugDrawer.cpp10 Debug/OgreBulletCollisionsDebugLines.cpp11 Debug/OgreBulletCollisionsDebugShape.cpp12 13 Shapes/OgreBulletCollisionsBoxShape.cpp14 Shapes/OgreBulletCollisionsCapsuleShape.cpp15 Shapes/OgreBulletCollisionsCompoundShape.cpp16 Shapes/OgreBulletCollisionsConeShape.cpp17 Shapes/OgreBulletCollisionsConvexHullShape.cpp18 Shapes/OgreBulletCollisionsCylinderShape.cpp19 Shapes/OgreBulletCollisionsGImpactShape.cpp20 Shapes/OgreBulletCollisionsMinkowskiSumShape.cpp21 Shapes/OgreBulletCollisionsMultiSphereShape.cpp22 Shapes/OgreBulletCollisionsSphereShape.cpp23 Shapes/OgreBulletCollisionsStaticPlaneShape.cpp24 Shapes/OgreBulletCollisionsTriangleShape.cpp25 Shapes/OgreBulletCollisionsTrimeshShape.cpp26 27 Utils/OgreBulletCollisionsMeshToShapeConverter.cpp28 29 30 # Dynamic files depend on Collision source.31 # They could be handled as two libraries.32 OgreBulletDynamicsConstraint.cpp33 OgreBulletDynamicsObjectState.cpp34 OgreBulletDynamicsRigidBody.cpp35 OgreBulletDynamicsWorld.cpp36 37 Constraints/OgreBulletDynamics6DofConstraint.cpp38 Constraints/OgreBulletDynamicsConeTwistConstraint.cpp39 Constraints/OgreBulletDynamicsHingeConstraint.cpp40 Constraints/OgreBulletDynamicsPoint2pointConstraint.cpp41 Constraints/OgreBulletDynamicsRaycastVehicle.cpp42 43 Prefab/OgreBulletDynamicsRagDoll.cpp44 )45 46 INCLUDE_DIRECTORIES(.)47 1 INCLUDE_DIRECTORIES(../bullet) 48 2 49 ADD_LIBRARY(ogrebullet_orxonox STATIC ${OGREBULLET_SRC_FILES}) 3 ADD_SUBDIRECTORY(Collisions) 4 ADD_SUBDIRECTORY(Dynamics)
Note: See TracChangeset
for help on using the changeset viewer.