Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/physics_new/src/bullet/LinearMath/CMakeLists.txt @ 2119

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

Merged physics branch into physics_new branch.

  • 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.