diff options
Diffstat (limited to 'Help/release/dev/LINK_OPTIONS.rst')
-rw-r--r-- | Help/release/dev/LINK_OPTIONS.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Help/release/dev/LINK_OPTIONS.rst b/Help/release/dev/LINK_OPTIONS.rst new file mode 100644 index 0000000..87e7c40 --- /dev/null +++ b/Help/release/dev/LINK_OPTIONS.rst @@ -0,0 +1,11 @@ +LINK_OPTIONS +------------ + +* CMake gained new capabilities to manage link step: + + * :prop_dir:`LINK_OPTIONS` directory property + * :prop_tgt:`LINK_OPTIONS` and :prop_tgt:`INTERFACE_LINK_OPTIONS` target + properties + * :command:`add_link_options` command to add link options in the current + directory + * :command:`target_link_options` command to add link options to targets |