diff options
author | Ruslan Baratov <ruslan_baratov@yahoo.com> | 2019-03-29 15:53:12 (GMT) |
---|---|---|
committer | Ruslan Baratov <ruslan_baratov@yahoo.com> | 2019-03-29 15:53:12 (GMT) |
commit | 7d19b3091d7d2982a0d6b2b4408011efbb56f167 (patch) | |
tree | 79ccee3ee6258650335e4df73ee78736970b2705 /Help/release | |
parent | dda01904587627a3d2bda5b684f7bef1e62596bb (diff) | |
download | CMake-7d19b3091d7d2982a0d6b2b4408011efbb56f167.zip CMake-7d19b3091d7d2982a0d6b2b4408011efbb56f167.tar.gz CMake-7d19b3091d7d2982a0d6b2b4408011efbb56f167.tar.bz2 |
Release note for CMAKE_PROJECT_INCLUDE variable
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/project-include.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/project-include.rst b/Help/release/dev/project-include.rst new file mode 100644 index 0000000..659e933 --- /dev/null +++ b/Help/release/dev/project-include.rst @@ -0,0 +1,5 @@ +cmake_project_include +--------------------- + +* A variable :variable:`CMAKE_PROJECT_INCLUDE` was added to allow injection + of custom code into the project without knowing the project name a priori. |