summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-06-08 13:37:35 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-06-08 13:37:48 (GMT)
commit812eaa465ca026ff0413f8c78b41edccd7eefdc7 (patch)
tree4804a2e64f9a24679ce1b7c1bee6bf65086671e2 /Help/release
parente9f2a29fee7fb67d6a3eafa396f4f630795a99ec (diff)
parent66ea1a3795f76ce921bc48f82ff228bcceed4524 (diff)
downloadCMake-812eaa465ca026ff0413f8c78b41edccd7eefdc7.zip
CMake-812eaa465ca026ff0413f8c78b41edccd7eefdc7.tar.gz
CMake-812eaa465ca026ff0413f8c78b41edccd7eefdc7.tar.bz2
Merge topic 'LINK_OPTIONS'
66ea1a3795 LINK_OPTIONS: Add support of "LINKER:" prefix c1f5a44b28 LINK_OPTIONS: Add new family of properties 8e28d2630a Makefile generator: link flags management refactoring Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Alex Turbov <i.zaufi@gmail.com> Merge-request: !2033
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/LINK_OPTIONS.rst11
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..e40dab2
--- /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.