Add help comments to CMakeLists.txt.

Thanks to Fat-Zer.
pull/1/head
Darrell Anderson 12 years ago
parent 54971daef0
commit af82583a16

@ -46,6 +46,15 @@ option( WITH_LIBART "Enable libart support" ON )
option( WITH_OPENGL "Enable 3D GL modes" ON )
option( WITH_ARTS "Enable aRts support" OFF )
##### options comments ##########################
# WITH_XSCREENSAVER affects kscreensaver
# WITH_LIBART affects kscreensaver
# WITH_OPENGL affects kscreensaver
# WITH_ARTS affects kscreensaver
# NOTE: These flags control which screensavers are compiled/installed.
##### user requested modules ####################
option( BUILD_ALL "Build all" OFF )

Loading…
Cancel
Save