blob: 74247f12b72707360b536c62a3ded25a3da3d81c [file] [log] [blame]
Haibo Huang82cd0512020-03-20 14:28:55 -07001CMAKE_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.