Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_HS18/src/external/bullet/LinearMath/CMakeLists.txt @ 12177

Last change on this file since 12177 was 12177, checked in by siramesh, 5 years ago

Super Orxo Bros Final (Sidharth Ramesh, Nisa Balta, Jeff Ren)

File size: 561 bytes
Line 
1ADD_SOURCE_FILES(BULLET_FILES
2
3        btAlignedAllocator.cpp
4        btConvexHull.cpp
5        btConvexHullComputer.cpp
6        btGeometryUtil.cpp
7        btQuickprof.cpp
8        btSerializer.cpp
9
10        # Headers
11        btAabbUtil2.h
12        btAlignedAllocator.h
13        btAlignedObjectArray.h
14        btConvexHull.h
15        btConvexHullComputer.h
16        btDefaultMotionState.h
17        btGeometryUtil.h
18        btHashMap.h
19        btIDebugDraw.h
20        btList.h
21        btMatrix3x3.h
22        btMinMax.h
23        btMotionState.h
24        btPoolAllocator.h
25        btQuadWord.h
26        btQuaternion.h
27        btQuickprof.h
28        btRandom.h
29        btScalar.h
30        btSerializer.h
31        btStackAlloc.h
32        btTransform.h
33        btTransformUtil.h
34        btVector3.h
35)
Note: See TracBrowser for help on using the repository browser.