diff options
author | Robert Maynard <robert.maynard@kitware.com> | 2018-08-09 10:29:38 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-08-09 12:54:16 -0400 |
commit | 6b17d85873faf0c094c4287e1dd690fcdcbbb2c7 (patch) | |
tree | 221f46a514667ad3950c866155a292626a00a804 /Help/prop_dir/LINK_OPTIONS.rst | |
parent | 9561d42f95b519386c5f8f84d8ae59a6b8deb429 (diff) | |
download | cmake-6b17d85873faf0c094c4287e1dd690fcdcbbb2c7.tar.gz |
Help: Document when LINK_FLAGS and STATIC_LIBRARY_FLAGS are used
Diffstat (limited to 'Help/prop_dir/LINK_OPTIONS.rst')
-rw-r--r-- | Help/prop_dir/LINK_OPTIONS.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/prop_dir/LINK_OPTIONS.rst b/Help/prop_dir/LINK_OPTIONS.rst index 04b9e08c61..15c555fdaf 100644 --- a/Help/prop_dir/LINK_OPTIONS.rst +++ b/Help/prop_dir/LINK_OPTIONS.rst @@ -1,7 +1,8 @@ LINK_OPTIONS ------------ -List of options to use for the link step. +List of options to use for the link step of shared library, module +and executable targets. This property holds a :ref:`;-list <CMake Language Lists>` of options given so far to the :command:`add_link_options` command. |