more build system changes, to reflect Gimpact/BulletMultiThreaded move from Extras to src

This commit is contained in:
erwin.coumans
2008-10-11 05:52:45 +00:00
parent 22a79e61b1
commit e4ed38e7f6
5 changed files with 78 additions and 86 deletions

View File

@@ -1,7 +1,5 @@
if (CMAKE_SIZEOF_VOID_P MATCHES "8")
SUBDIRS( BulletSoftBody BulletCollision BulletDynamics Linea
rMath )
SUBDIRS( BulletSoftBody BulletCollision BulletDynamics LinearMath )
else (CMAKE_SIZEOF_VOID_P MATCHES "8")
SUBDIRS( BulletMultiThreaded BulletSoftBody BulletCollision BulletDynamics Linea
rMath )
SUBDIRS( BulletMultiThreaded BulletSoftBody BulletCollision BulletDynamics LinearMath )
endif (CMAKE_SIZEOF_VOID_P MATCHES "8")