mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-02 05:25:41 +00:00
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:
@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user