• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1CMAKE_PROJECT_INCLUDE_BEFORE
2----------------------------
3
4.. versionadded:: 3.15
5
6A CMake language file or module to be included as the first 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` variables.
13