Merge topic 'doc-target_link_libraries-repeat'

ebf39cd Document behavior of multiple target_link_libraries calls (#13113)
This commit is contained in:
David Cole 2012-04-25 14:01:17 -04:00 committed by CMake Topic Stage
commit 745067bd7e
1 changed files with 2 additions and 1 deletions

View File

@ -65,6 +65,7 @@ public:
"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. "
"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 "