more format changes to cmake files

git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@823 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
w1z7ard
2008-02-13 05:26:12 +00:00
parent e74ae277de
commit ae2002b6f2

View File

@ -1,12 +1,12 @@
project (PROJECTM_ROOT)
OPTION(INCLUDE-QPROJECTM "Build the projectM qt4 user interface extension library (recommended)" ON)
OPTION(INCLUDE-QPROJECTM-PULSEAUDIO "Build the projectM qt4 / pulse audio client (recommended for fedora users)" ON)
OPTION(INCLUDE-QPROJECTM-PULSEAUDIO "Build the projectM Qt4 / pulse audio client (recommended for fedora users)" ON)
OPTION(INCLUDE-PROJECTM-LIBVISUAL "Build the projectM libvisual client" ON)
OPTION(INCLUDE-QPROJECTM-JACK "Build the projectM qt4 / JACK client" OFF)
OPTION(INCLUDE-PROJECTM-JACK "Build the projectM sdl / JACK client" OFF)
OPTION(INCLUDE-QPROJECTM-JACK "Build the projectM Qt4 / JACK client" OFF)
OPTION(INCLUDE-PROJECTM-JACK "Build the projectM SDL / JACK client" OFF)
OPTION(INCLUDE-PROJECTM-TEST "Build the projectM test suite" ON)
OPTION(INCLUDE-PROJECTM-XMMS "Build the projectM xmms module (deprecrated)" OFF)
OPTION(INCLUDE-PROJECTM-XMMS "Build the projectM xmms module (deprecated)" OFF)
add_subdirectory (projectM-engine)