diff options
author | David Cole <david.cole@kitware.com> | 2012-04-25 18:01:17 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-04-25 18:01:17 (GMT) |
commit | 745067bd7e1ac9d6cc40a45c58a8d1cd61eac537 (patch) | |
tree | 325b1a0abd3caa26baf53ce1e03501274ce7be22 /Source | |
parent | 04f5dd8ad49086f22cf866713482b5ea8c19f9fb (diff) | |
parent | ebf39cd306d23599d958c039ca15ed97fbe4256e (diff) | |
download | CMake-745067bd7e1ac9d6cc40a45c58a8d1cd61eac537.zip CMake-745067bd7e1ac9d6cc40a45c58a8d1cd61eac537.tar.gz CMake-745067bd7e1ac9d6cc40a45c58a8d1cd61eac537.tar.bz2 |
Merge topic 'doc-target_link_libraries-repeat'
ebf39cd Document behavior of multiple target_link_libraries calls (#13113)
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmTargetLinkLibrariesCommand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmTargetLinkLibrariesCommand.h b/Source/cmTargetLinkLibrariesCommand.h index be866c3..63114d2 100644 --- a/Source/cmTargetLinkLibrariesCommand.h +++ b/Source/cmTargetLinkLibrariesCommand.h @@ -64,7 +64,8 @@ public: "Specify libraries or flags to use when linking a given target. " "The named <target> must have been created in the current directory " "by a command such as add_executable or add_library. " - "The remaining arguments specify library names or flags." + "The remaining arguments specify library names or flags. " + "Repeated calls for the same <target> append items in the order called." "\n" "If a library name matches that of another target in the project " "a dependency will automatically be added in the build system to make " |