the compositor optional for cmake: WITH_COMPOSITOR

This commit is contained in:
Campbell Barton
2012-06-30 14:14:22 +00:00
parent e6d55c97dd
commit 90dc1d1353
6 changed files with 31 additions and 6 deletions

View File

@@ -130,6 +130,7 @@ option(WITH_FFTW3 "Enable FFTW3 support (Used for smoke and audio effect
option(WITH_BULLET "Enable Bullet (Physics Engine)" ON)
option(WITH_GAMEENGINE "Enable Game Engine" ON)
option(WITH_PLAYER "Build Player" OFF)
option(WITH_COMPOSITOR "Enable the tile based nodal compositor" ON)
# GHOST Windowing Library Options
option(WITH_GHOST_DEBUG "Enable debugging output for the GHOST library" OFF)