summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorRuslan Baratov <ruslan_baratov@yahoo.com>2019-03-28 19:43:40 (GMT)
committerRuslan Baratov <ruslan_baratov@yahoo.com>2019-04-01 17:30:19 (GMT)
commit076118694995c19de7637156322818f3994de76a (patch)
tree232852f10182ebbc3773e7ee122c058dd8ff7aa1 /Help/variable
parent3e129d71bc12a325c0548aaaea24470cd172470b (diff)
downloadCMake-076118694995c19de7637156322818f3994de76a.zip
CMake-076118694995c19de7637156322818f3994de76a.tar.gz
CMake-076118694995c19de7637156322818f3994de76a.tar.bz2
project: Add variable CMAKE_PROJECT_INCLUDE_BEFORE
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/CMAKE_PROJECT_INCLUDE_BEFORE.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_PROJECT_INCLUDE_BEFORE.rst b/Help/variable/CMAKE_PROJECT_INCLUDE_BEFORE.rst
new file mode 100644
index 0000000..12a5263
--- /dev/null
+++ b/Help/variable/CMAKE_PROJECT_INCLUDE_BEFORE.rst
@@ -0,0 +1,6 @@
+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.