Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Added Bullet physics engine.

  • Property svn:eol-style set to native
File size: 276 bytes
Line 
1if (CMAKE_SIZEOF_VOID_P MATCHES "8")
2  SUBDIRS( BulletSoftBody BulletCollision BulletDynamics LinearMath )
3else (CMAKE_SIZEOF_VOID_P MATCHES "8")
4  SUBDIRS( BulletMultiThreaded BulletSoftBody BulletCollision BulletDynamics LinearMath )
5endif (CMAKE_SIZEOF_VOID_P MATCHES "8")
Note: See TracBrowser for help on using the repository browser.