Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 13, 2008, 11:45:51 PM (15 years ago)
Author:
rgrieder
Message:

Updated to Bullet 2.73 (first part).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/physics/src/bullet/LinearMath/CMakeLists.txt

    r2192 r2430  
    1 ADD_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
     1SET(LinearMath_SRCS
    142                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
    263                btQuickprof.cpp
    274                btGeometryUtil.cpp
     
    296)
    307
     8ADD_LIBRARY(LinearMath ${LinearMath_SRCS})
Note: See TracChangeset for help on using the changeset viewer.