mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-10 17:30:12 +00:00
58c5630d7f
Fix in btShapeHull for previous commit Add support to serialize name for objects Updated serialization structures.
9 lines
207 B
CMake
9 lines
207 B
CMake
SUBDIRS( Serialize ConvexDecomposition GIMPACTUtils LibXML)
|
|
|
|
IF (BUILD_BULLET_MAYA_DYNAMICA_PLUGIN)
|
|
SUBDIRS(MayaPlugin)
|
|
ENDIF(BUILD_BULLET_MAYA_DYNAMICA_PLUGIN)
|
|
|
|
IF (USE_GLUT)
|
|
SUBDIRS (glui)
|
|
ENDIF (USE_GLUT) |