Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/external/bullet/LinearMath/CMakeLists.txt @ 8393

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

Updated Bullet from v2.77 to v2.78.
(I'm not going to make a branch for that since the update from 2.74 to 2.77 hasn't been tested that much either).

You will HAVE to do a complete RECOMPILE! I tested with MSVC and MinGW and they both threw linker errors at me.

  • Property svn:eol-style set to native
File size: 633 bytes
RevLine 
[2710]1ADD_SOURCE_FILES(BULLET_FILES
[5929]2
3COMPILATION_BEGIN BulletLinearMathCompilation.cpp
[8351]4        btAlignedAllocator.cpp
5        btConvexHull.cpp
[8393]6    btConvexHullComputer.cpp
[8351]7        btGeometryUtil.cpp
8        btQuickprof.cpp
9        btSerializer.cpp
[5929]10COMPILATION_END
[2710]11
[8351]12        # Headers
13        btAabbUtil2.h
14        btAlignedAllocator.h
15        btAlignedObjectArray.h
16        btConvexHull.h
[8393]17    btConvexHullComputer.h
[8351]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
[1963]37)
Note: See TracBrowser for help on using the repository browser.