Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 20, 2008, 5:40:38 PM (17 years ago)
Author:
rgrieder
Message:

Downgraded Bullet to latest tagged version: 2.72
That should give us more stability.

File:
1 edited

Legend:

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

    r1963 r1972  
    1 if (CMAKE_SIZEOF_VOID_P MATCHES "8")
    2   SUBDIRS( BulletSoftBody BulletCollision BulletDynamics LinearMath )
    3 else (CMAKE_SIZEOF_VOID_P MATCHES "8")
    4   SUBDIRS( BulletMultiThreaded BulletSoftBody BulletCollision BulletDynamics LinearMath )
    5 endif (CMAKE_SIZEOF_VOID_P MATCHES "8")
     1INCLUDE_DIRECTORIES(.)
     2
     3ADD_SUBDIRECTORY(BulletSoftBody)
     4ADD_SUBDIRECTORY(BulletCollision)
     5ADD_SUBDIRECTORY(BulletDynamics)
     6ADD_SUBDIRECTORY(BulletLinearMath)
Note: See TracChangeset for help on using the changeset viewer.