allow to compile all demos when USE_GLUT is enabled in cmake

fix minor issue in ConcaveDemo (animation should be time-dependent)
remove COLLADA from the demos.
This commit is contained in:
erwin.coumans
2010-02-03 23:04:39 +00:00
parent 1cd52f3d11
commit c1e20e98c7
4 changed files with 73 additions and 39 deletions

View File

@@ -3,3 +3,7 @@ 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)