diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2018-11-11 13:27:47 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2018-11-11 13:29:38 (GMT) |
commit | 0e97ef74d82fa4e18a0701216b1003bd346903b2 (patch) | |
tree | c9e6ca8aea8118ae69c2422f4558e4048c719117 /Help | |
parent | 2ef8fe2222adbc3e76bd60f79d01451f99de16aa (diff) | |
download | CMake-0e97ef74d82fa4e18a0701216b1003bd346903b2.zip CMake-0e97ef74d82fa4e18a0701216b1003bd346903b2.tar.gz CMake-0e97ef74d82fa4e18a0701216b1003bd346903b2.tar.bz2 |
Autogen: Add release notes for CMAKE_GLOBAL_AUTOGEN/RCC_TARGET
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/autogen_global_target.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/dev/autogen_global_target.rst b/Help/release/dev/autogen_global_target.rst new file mode 100644 index 0000000..d555395 --- /dev/null +++ b/Help/release/dev/autogen_global_target.rst @@ -0,0 +1,8 @@ +autogen_global_target +--------------------- + +* The new variables :variable:`CMAKE_GLOBAL_AUTOGEN_TARGET`, + :variable:`CMAKE_GLOBAL_AUTOGEN_TARGET_NAME`, + :variable:`CMAKE_GLOBAL_AUTORCC_TARGET` and + :variable:`CMAKE_GLOBAL_AUTORCC_TARGET_NAME` control the generation + of global ``autogen`` and ``autorcc`` targets. |