CMAKE_PROJECT_INCLUDE.rst 365 B

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