mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-10 09:20:10 +00:00
9 lines
201 B
CMake
9 lines
201 B
CMake
SUBDIRS( Serialize ConvexDecomposition GIMPACTUtils )
|
|
|
|
IF (BUILD_BULLET_MAYA_DYNAMICA_PLUGIN)
|
|
SUBDIRS(MayaPlugin)
|
|
ENDIF(BUILD_BULLET_MAYA_DYNAMICA_PLUGIN)
|
|
|
|
IF (USE_GLUT)
|
|
SUBDIRS (glui)
|
|
ENDIF (USE_GLUT) |