summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2018-06-20 09:55:32 (GMT)
committerMarc Chevrier <marc.chevrier@gmail.com>2018-06-20 09:55:32 (GMT)
commitb16fd1341d54546a45c2e4ed8e56ac60c98240a3 (patch)
treeabe269f4109ddd8c7152b7593c800509f947845d /Help/command
parent20f042374730b2e1ee756c3b5939b63d6769cac3 (diff)
downloadCMake-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.rst1
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