Changeset 8558 for code/branches/unity_build/src/external/bullet/LinearMath
- Timestamp:
- May 24, 2011, 4:15:19 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/unity_build/src/external/bullet/LinearMath/CMakeLists.txt
r8393 r8558 1 1 ADD_SOURCE_FILES(BULLET_FILES 2 2 3 COMPILATION_BEGIN BulletLinearMathCompilation.cpp3 BUILD_UNIT BulletLinearMathBuildUnit.cpp 4 4 btAlignedAllocator.cpp 5 5 btConvexHull.cpp 6 6 btConvexHullComputer.cpp 7 7 btGeometryUtil.cpp 8 8 btQuickprof.cpp 9 9 btSerializer.cpp 10 COMPILATION_END 10 END_BUILD_UNIT 11 11 12 12 # Headers … … 15 15 btAlignedObjectArray.h 16 16 btConvexHull.h 17 17 btConvexHullComputer.h 18 18 btDefaultMotionState.h 19 19 btGeometryUtil.h
Note: See TracChangeset
for help on using the changeset viewer.