Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/physics/src/bullet/LinearMath/CMakeLists.txt @ 1963

Last change on this file since 1963 was 1963, checked in by rgrieder, 16 years ago

Added Bullet physics engine.

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