diff options
author | Ruslan Baratov <ruslan_baratov@yahoo.com> | 2019-03-28 19:43:40 (GMT) |
---|---|---|
committer | Ruslan Baratov <ruslan_baratov@yahoo.com> | 2019-04-01 17:30:19 (GMT) |
commit | 076118694995c19de7637156322818f3994de76a (patch) | |
tree | 232852f10182ebbc3773e7ee122c058dd8ff7aa1 /Help/variable | |
parent | 3e129d71bc12a325c0548aaaea24470cd172470b (diff) | |
download | CMake-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.rst | 6 |
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. |