Changeset 8653 for code/branches/unity_build/src/external/bullet
- Timestamp:
- May 28, 2011, 10:40:10 PM (14 years ago)
- Location:
- code/branches/unity_build/src/external/bullet
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/unity_build/src/external/bullet/BulletCollision/CMakeLists.txt
r8558 r8653 1 1 ADD_SOURCE_FILES(BULLET_FILES 2 3 BUILD_UNIT BulletCollisionBuildUnit.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 END_BUILD_UNIT91 92 # Raises compiler errors when compiled inside the build unit93 NarrowPhaseCollision/btPolyhedralContactClipping.cpp94 89 95 90 # Headers -
code/branches/unity_build/src/external/bullet/BulletDynamics/CMakeLists.txt
r8558 r8653 1 1 ADD_SOURCE_FILES(BULLET_FILES 2 3 BUILD_UNIT BulletDynamicsBuildUnit.cpp4 2 5 3 Character/btKinematicCharacterController.cpp … … 25 23 Vehicle/btRaycastVehicle.cpp 26 24 Vehicle/btWheelInfo.cpp 27 28 END_BUILD_UNIT29 25 30 26 # Headers -
code/branches/unity_build/src/external/bullet/CMakeLists.txt
r8393 r8653 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/branches/unity_build/src/external/bullet/LinearMath/CMakeLists.txt
r8558 r8653 1 1 ADD_SOURCE_FILES(BULLET_FILES 2 2 3 BUILD_UNIT BulletLinearMathBuildUnit.cpp4 3 btAlignedAllocator.cpp 5 4 btConvexHull.cpp … … 8 7 btQuickprof.cpp 9 8 btSerializer.cpp 10 END_BUILD_UNIT11 9 12 10 # Headers
Note: See TracChangeset
for help on using the changeset viewer.