Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/kicklib2/src/external/bullet/LinearMath/CMakeLists.txt @ 8286

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

Merged revisions 7978 - 8096 from kicklib to kicklib2.

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