Changeset 8729 for code/trunk/src/external/bullet
- Timestamp:
- Jul 4, 2011, 2:47:44 AM (13 years ago)
- Location:
- code/trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
-
code/trunk/src/external/bullet/BulletCollision/CMakeLists.txt
r8393 r8729 1 1 ADD_SOURCE_FILES(BULLET_FILES 2 3 COMPILATION_BEGIN BulletCollisionCompilation.cpp4 2 5 3 BroadphaseCollision/btAxisSweep3.cpp … … 84 82 NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.cpp 85 83 NarrowPhaseCollision/btPersistentManifold.cpp 84 NarrowPhaseCollision/btPolyhedralContactClipping.cpp 86 85 NarrowPhaseCollision/btRaycastCallback.cpp 87 86 NarrowPhaseCollision/btSubSimplexConvexCast.cpp 88 87 NarrowPhaseCollision/btVoronoiSimplexSolver.cpp 89 88 90 COMPILATION_END91 92 # Raises compiler errors when compiled inside the compilation93 NarrowPhaseCollision/btPolyhedralContactClipping.cpp94 89 95 90 # Headers -
code/trunk/src/external/bullet/BulletDynamics/CMakeLists.txt
r8351 r8729 1 1 ADD_SOURCE_FILES(BULLET_FILES 2 3 COMPILATION_BEGIN BulletDynamicsCompilation.cpp4 2 5 3 Character/btKinematicCharacterController.cpp … … 25 23 Vehicle/btRaycastVehicle.cpp 26 24 Vehicle/btWheelInfo.cpp 27 28 COMPILATION_END29 25 30 26 # Headers -
code/trunk/src/external/bullet/CMakeLists.txt
r8393 r8729 32 32 VERSION 33 33 2.78 34 EXCLUDE_FROM_BUILD_UNITS 35 BulletCollision/NarrowPhaseCollision/btPolyhedralContactClipping.cpp 34 36 SOURCE_FILES 35 37 ${BULLET_FILES} -
code/trunk/src/external/bullet/LinearMath/CMakeLists.txt
r8393 r8729 1 1 ADD_SOURCE_FILES(BULLET_FILES 2 2 3 COMPILATION_BEGIN BulletLinearMathCompilation.cpp4 3 btAlignedAllocator.cpp 5 4 btConvexHull.cpp 6 5 btConvexHullComputer.cpp 7 6 btGeometryUtil.cpp 8 7 btQuickprof.cpp 9 8 btSerializer.cpp 10 COMPILATION_END11 9 12 10 # Headers … … 15 13 btAlignedObjectArray.h 16 14 btConvexHull.h 17 15 btConvexHullComputer.h 18 16 btDefaultMotionState.h 19 17 btGeometryUtil.h
Note: See TracChangeset
for help on using the changeset viewer.