mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
CMAKE_PROJECT_INCLUDE: Allow to run module files
Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
This commit is contained in:
@@ -6,4 +6,6 @@ project-include-multiple
|
||||
:variable:`CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE`, and
|
||||
:variable:`CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE_BEFORE` variables learned
|
||||
to support a :ref:`semicolon-separated list <CMake Language Lists>` of
|
||||
CMake language files to be included sequentially.
|
||||
CMake language files to be included sequentially. These variables can also
|
||||
reference module names to be found in :variable:`CMAKE_MODULE_PATH` or
|
||||
builtin to CMake.
|
||||
|
||||
Reference in New Issue
Block a user