Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 2056 was 2056, checked in by martisty, 16 years ago

BulletEngine: Box with gravity, no compile error every thing works fine :)

  • Property svn:eol-style set to native
File size: 507 bytes
Line 
1ADD_LIBRARY(LibLinearMath SHARED
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.