diff options
author | Brad King <brad.king@kitware.com> | 2018-06-21 14:19:12 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-06-21 14:19:21 (GMT) |
commit | 39f40bde4b783e738addb4327c53c8b47a0c0178 (patch) | |
tree | dd9f273b45656c8530f687e75a797ef55f9396d8 | |
parent | 03fc2000c9e1bf81ee2fa883cdbf6a01fb4ef14d (diff) | |
parent | b16fd1341d54546a45c2e4ed8e56ac60c98240a3 (diff) | |
download | CMake-39f40bde4b783e738addb4327c53c8b47a0c0178.zip CMake-39f40bde4b783e738addb4327c53c8b47a0c0178.tar.gz CMake-39f40bde4b783e738addb4327c53c8b47a0c0178.tar.bz2 |
Merge topic 'LINK_OPTIONS'
b16fd1341d Help: add_library(INTERFACE): add reference to add_link_options()
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2160
-rw-r--r-- | Help/command/add_library.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/command/add_library.rst b/Help/command/add_library.rst index 8fa0df7..5d31c7c 100644 --- a/Help/command/add_library.rst +++ b/Help/command/add_library.rst @@ -150,6 +150,7 @@ the interface target using the commands: * :command:`set_property`, * :command:`target_link_libraries(INTERFACE)`, +* :command:`target_link_options(INTERFACE)`, * :command:`target_include_directories(INTERFACE)`, * :command:`target_compile_options(INTERFACE)`, * :command:`target_compile_definitions(INTERFACE)`, and |