summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_PROJECT_INCLUDE_BEFORE.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/variable/CMAKE_PROJECT_INCLUDE_BEFORE.rst')
-rw-r--r--Help/variable/CMAKE_PROJECT_INCLUDE_BEFORE.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/Help/variable/CMAKE_PROJECT_INCLUDE_BEFORE.rst b/Help/variable/CMAKE_PROJECT_INCLUDE_BEFORE.rst
index 12a5263..70b15e6 100644
--- a/Help/variable/CMAKE_PROJECT_INCLUDE_BEFORE.rst
+++ b/Help/variable/CMAKE_PROJECT_INCLUDE_BEFORE.rst
@@ -1,6 +1,9 @@
CMAKE_PROJECT_INCLUDE_BEFORE
----------------------------
-A CMake language file or module to be included before processing the
-:command:`project` command. This is intended for injecting custom code into
-project builds without modifying their source.
+A CMake language file or module to be included as the first step of all
+:command:`project` command calls. This is intended for injecting custom code
+into project builds without modifying their source.
+
+See also the :variable:`CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE` and
+:variable:`CMAKE_PROJECT_INCLUDE` variables.