Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/unity_build/src/external/bullet/LinearMath/CMakeLists.txt @ 8558

Last change on this file since 8558 was 8558, checked in by rgrieder, 13 years ago

Renamed the infamous 'Compilation' to 'BuildUnit' which definitely suits better and avoids much of the general confusion.
There are no actual changes, just the renaming.

  • Property svn:eol-style set to native
File size: 617 bytes
Line 
1ADD_SOURCE_FILES(BULLET_FILES
2
3BUILD_UNIT BulletLinearMathBuildUnit.cpp
4        btAlignedAllocator.cpp
5        btConvexHull.cpp
6        btConvexHullComputer.cpp
7        btGeometryUtil.cpp
8        btQuickprof.cpp
9        btSerializer.cpp
10END_BUILD_UNIT
11
12        # Headers
13        btAabbUtil2.h
14        btAlignedAllocator.h
15        btAlignedObjectArray.h
16        btConvexHull.h
17        btConvexHullComputer.h
18        btDefaultMotionState.h
19        btGeometryUtil.h
20        btHashMap.h
21        btIDebugDraw.h
22        btList.h
23        btMatrix3x3.h
24        btMinMax.h
25        btMotionState.h
26        btPoolAllocator.h
27        btQuadWord.h
28        btQuaternion.h
29        btQuickprof.h
30        btRandom.h
31        btScalar.h
32        btSerializer.h
33        btStackAlloc.h
34        btTransform.h
35        btTransformUtil.h
36        btVector3.h
37)
Note: See TracBrowser for help on using the repository browser.