Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/core5/src/external/bullet/LinearMath/CMakeLists.txt @ 5871

Last change on this file since 5871 was 5871, checked in by rgrieder, 15 years ago

Compiling our third party libraries with as few files as possible. There should be quite a speedup.

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