updated Jamfile build system for reorganized files/folders
This commit is contained in:
@@ -1 +1,7 @@
|
||||
SUBDIRS( BulletSoftBody BulletCollision BulletDynamics LinearMath )
|
||||
if (CMAKE_SIZEOF_VOID_P MATCHES "8")
|
||||
SUBDIRS( BulletSoftBody BulletCollision BulletDynamics Linea
|
||||
rMath )
|
||||
else (CMAKE_SIZEOF_VOID_P MATCHES "8")
|
||||
SUBDIRS( BulletMultiThreaded BulletSoftBody BulletCollision BulletDynamics Linea
|
||||
rMath )
|
||||
endif (CMAKE_SIZEOF_VOID_P MATCHES "8")
|
||||
|
||||
Reference in New Issue
Block a user