diff options
Diffstat (limited to 'Help/variable/CMAKE_PROJECT_INCLUDE.rst')
-rw-r--r-- | Help/variable/CMAKE_PROJECT_INCLUDE.rst | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Help/variable/CMAKE_PROJECT_INCLUDE.rst b/Help/variable/CMAKE_PROJECT_INCLUDE.rst index 7de767a..965c94e 100644 --- a/Help/variable/CMAKE_PROJECT_INCLUDE.rst +++ b/Help/variable/CMAKE_PROJECT_INCLUDE.rst @@ -1,6 +1,9 @@ CMAKE_PROJECT_INCLUDE --------------------- -A CMake language file or module to be included by the :command:`project` -command. This is intended for injecting custom code into project -builds without modifying their source. +A CMake language file or module to be included as the last step of all +:command:`project` command calls. This is intended for injecting custom code +into project builds without modifying their source. + +See also the :variable:`CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE` and +:variable:`CMAKE_PROJECT_INCLUDE_BEFORE` variables. |