CMake: document top-level definitions and options
This commit is contained in:
parent
427b09e915
commit
e71fa5963b
@ -24,6 +24,9 @@
|
|||||||
#
|
#
|
||||||
# SKIP_MODULES : a space or semicolon-separated list of directory names
|
# SKIP_MODULES : a space or semicolon-separated list of directory names
|
||||||
# under src/modules that should not be built.
|
# under src/modules that should not be built.
|
||||||
|
# USE_<foo> : fills in SKIP_MODULES for modules called <foo>-<something>
|
||||||
|
# BUILD_<foo> : choose additional things to build
|
||||||
|
# DEBUG_<foo> : special developer flags for debugging
|
||||||
#
|
#
|
||||||
# Example usage:
|
# Example usage:
|
||||||
#
|
#
|
||||||
@ -62,7 +65,8 @@ option( WITH_KF5Crash "Enable crash reporting with KCrash." ON )
|
|||||||
# all the implementations are enabled (this just means they are
|
# all the implementations are enabled (this just means they are
|
||||||
# **available** to `settings.conf`, not that they are used).
|
# **available** to `settings.conf`, not that they are used).
|
||||||
#
|
#
|
||||||
# Currently, no USE_<foo> variables exist.
|
# Currently, only USE_services is in use (to pick only one of the two
|
||||||
|
# modules, systemd or openrc).
|
||||||
set( USE_services "" CACHE STRING "Select the services module to use" )
|
set( USE_services "" CACHE STRING "Select the services module to use" )
|
||||||
|
|
||||||
### Calamares application info
|
### Calamares application info
|
||||||
|
Loading…
Reference in New Issue
Block a user