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