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