[Cmake-commits] CMake branch, master, updated. v3.12.0-rc1-74-g39f40bd
Kitware Robot
kwrobot at kitware.com
Thu Jun 21 10:25:10 EDT 2018
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, master has been updated
via 39f40bde4b783e738addb4327c53c8b47a0c0178 (commit)
via b16fd1341d54546a45c2e4ed8e56ac60c98240a3 (commit)
from 03fc2000c9e1bf81ee2fa883cdbf6a01fb4ef14d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=39f40bde4b783e738addb4327c53c8b47a0c0178
commit 39f40bde4b783e738addb4327c53c8b47a0c0178
Merge: 03fc200 b16fd13
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Jun 21 14:19:12 2018 +0000
Commit: Kitware Robot <kwrobot at kitware.com>
CommitDate: Thu Jun 21 10:19:21 2018 -0400
Merge topic 'LINK_OPTIONS'
b16fd1341d Help: add_library(INTERFACE): add reference to add_link_options()
Acked-by: Kitware Robot <kwrobot at kitware.com>
Merge-request: !2160
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b16fd1341d54546a45c2e4ed8e56ac60c98240a3
commit b16fd1341d54546a45c2e4ed8e56ac60c98240a3
Author: Marc Chevrier <marc.chevrier at gmail.com>
AuthorDate: Wed Jun 20 11:55:32 2018 +0200
Commit: Marc Chevrier <marc.chevrier at gmail.com>
CommitDate: Wed Jun 20 11:55:32 2018 +0200
Help: add_library(INTERFACE): add reference to add_link_options()
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
-----------------------------------------------------------------------
Summary of changes:
Help/command/add_library.rst | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list