diff options
Diffstat (limited to 'Help/release/dev/LINK_OPTIONS.rst')
-rw-r--r-- | Help/release/dev/LINK_OPTIONS.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Help/release/dev/LINK_OPTIONS.rst b/Help/release/dev/LINK_OPTIONS.rst index 87e7c40..e40dab2 100644 --- a/Help/release/dev/LINK_OPTIONS.rst +++ b/Help/release/dev/LINK_OPTIONS.rst @@ -3,9 +3,9 @@ LINK_OPTIONS * CMake gained new capabilities to manage link step: - * :prop_dir:`LINK_OPTIONS` directory property + * :prop_dir:`LINK_OPTIONS` directory property. * :prop_tgt:`LINK_OPTIONS` and :prop_tgt:`INTERFACE_LINK_OPTIONS` target - properties + 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 + directory. + * :command:`target_link_options` command to add link options to targets. |