Last change
on this file since 1966 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 | |
---|
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") |
---|
Note: See
TracBrowser
for help on using the repository browser.