1CMAKE_PROJECT_INCLUDE 2--------------------- 3 4.. versionadded:: 3.15 5 6A CMake language file or module to be included as the last step of all 7:command:`project` command calls. This is intended for injecting custom code 8into project builds without modifying their source. 9 10See also the :variable:`CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE`, 11:variable:`CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE_BEFORE` and 12:variable:`CMAKE_PROJECT_INCLUDE_BEFORE` variables. 13