mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-11 01:40:10 +00:00
6 lines
336 B
CMake
6 lines
336 B
CMake
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")
|