exclude BulletMultiThreaded from 64-bit builds

This commit is contained in:
erwin.coumans
2008-09-05 20:56:50 +00:00
parent 398d681b22
commit 82b64b0565
2 changed files with 9 additions and 2 deletions

View File

@@ -1 +1,5 @@
SUBDIRS( glui ConvexDecomposition BulletMultiThreaded BulletColladaConverter LibXML COLLADA_DOM GIMPACTUtils GIMPACT )
if (CMAKE_SIZEOF_VOID_P MATCHES "8")
SUBDIRS( glui ConvexDecomposition BulletColladaConverter LibXML COLLADA_DOM GIMPACTUtils GIMPACT )
else (CMAKE_SIZEOF_VOID_P MATCHES "8")
SUBDIRS( glui ConvexDecomposition BulletMultiThreaded BulletColladaConverter LibXML COLLADA_DOM GIMPACTUtils GIMPACT )
endif (CMAKE_SIZEOF_VOID_P MATCHES "8")