Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Some minor adjustments to compile OgreBullet with CMake.

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