Document recently introduced CMake variables

This commit is contained in:
Martchus 2021-08-21 23:39:35 +02:00
parent f55dc67a93
commit 9b293ab5d5
1 changed files with 5 additions and 0 deletions

View File

@ -119,6 +119,11 @@ None of these are enabled or set by default, unless stated otherwise.
as well.
* Set `CONFIGURATION_PACKAGE_SUFFIX` to *use* libraries built with
`CONFIGURATION_NAME`.
* `ENABLE_WARNINGS`: enables GCC/Clang warnings I consider useful
* `TREAT_WARNINGS_AS_ERRORS`: treat CCC/Clang warnings as errors
* `ENABLE_DEVEL_DEFAULTS`: enables defaults I find useful for development (warnings,
treat warnings as errors, build tests as part of all/default target, enable tidy
targets, build by default shared libs when targeting GNU/Linux, …)
#### Variables for specifying location of 3rd party dependencies
The build script tries to find the required dependencies at standard loctions