diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2018-06-20 09:55:32 (GMT) |
---|---|---|
committer | Marc Chevrier <marc.chevrier@gmail.com> | 2018-06-20 09:55:32 (GMT) |
commit | b16fd1341d54546a45c2e4ed8e56ac60c98240a3 (patch) | |
tree | abe269f4109ddd8c7152b7593c800509f947845d /Help/command | |
parent | 20f042374730b2e1ee756c3b5939b63d6769cac3 (diff) | |
download | CMake-b16fd1341d54546a45c2e4ed8e56ac60c98240a3.zip CMake-b16fd1341d54546a45c2e4ed8e56ac60c98240a3.tar.gz CMake-b16fd1341d54546a45c2e4ed8e56ac60c98240a3.tar.bz2 |
Help: add_library(INTERFACE): add reference to add_link_options()
Diffstat (limited to 'Help/command')
-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 |