diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2023-02-02 16:40:01 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2023-02-02 16:58:56 (GMT) |
commit | 33e27f6ca6b2ba1c92b5d428daf8eee769424853 (patch) | |
tree | 13731ac45c3dca8913f89604e419121c36ac2431 /Help/prop_tgt | |
parent | 84ada0b0c966413a9083fb77a2f6421c0d959666 (diff) | |
download | CMake-33e27f6ca6b2ba1c92b5d428daf8eee769424853.zip CMake-33e27f6ca6b2ba1c92b5d428daf8eee769424853.tar.gz CMake-33e27f6ca6b2ba1c92b5d428daf8eee769424853.tar.bz2 |
<LANG>_LINKER_LAUNCHER: Allow generator expressions
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r-- | Help/prop_tgt/LANG_LINKER_LAUNCHER.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/prop_tgt/LANG_LINKER_LAUNCHER.rst b/Help/prop_tgt/LANG_LINKER_LAUNCHER.rst index f6ca5ad..d39ec20 100644 --- a/Help/prop_tgt/LANG_LINKER_LAUNCHER.rst +++ b/Help/prop_tgt/LANG_LINKER_LAUNCHER.rst @@ -14,3 +14,8 @@ arguments to the tool. This is useful for tools such as static analyzers. This property is initialized by the value of the :variable:`CMAKE_<LANG>_LINKER_LAUNCHER` variable if it is set when a target is created. + +.. versionadded:: 3.27 + + The property value may use + :manual:`generator expressions <cmake-generator-expressions(7)>`. |