Mention support for GNUInstallDirs in documentation

This commit is contained in:
Martchus 2020-02-13 11:49:57 +01:00
parent 4dd2179f19
commit 4df320bbed
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
* `CMAKE_FIND_LIBRARY_SUFFIXES`: sets the library suffixes the build script will
consider, e.g. set to `.a;.lib` to prefer static Windows libraries or to
`.dll;.dll.a` to prefer shared Windows libraries
* variables provided by [GNUInstallDirs](https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html)
### Custom variables
The following variables are read by the CMake modules provided by `c++utilities`