diff options
author | Brad King <brad.king@kitware.com> | 2015-01-27 16:21:55 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-01-27 16:21:55 (GMT) |
commit | 095fc28a7e077441daf2e3e59fe34f85f3ea6775 (patch) | |
tree | 5e27c7bf0167640b86353cb7f792b86b8c056478 /Help/manual/cmake-commands.7.rst | |
parent | 82ba50390f52226bdd4162e4108bc4f5226150d6 (diff) | |
parent | c7310917e6b5efa6ef867ef5cabc5b5649d97b67 (diff) | |
download | CMake-095fc28a7e077441daf2e3e59fe34f85f3ea6775.zip CMake-095fc28a7e077441daf2e3e59fe34f85f3ea6775.tar.gz CMake-095fc28a7e077441daf2e3e59fe34f85f3ea6775.tar.bz2 |
Merge topic 'doc-link_libraries-note'
c7310917 Help: Clarify status of link_libraries command
Diffstat (limited to 'Help/manual/cmake-commands.7.rst')
-rw-r--r-- | Help/manual/cmake-commands.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-commands.7.rst b/Help/manual/cmake-commands.7.rst index 4616dd1..c916f77 100644 --- a/Help/manual/cmake-commands.7.rst +++ b/Help/manual/cmake-commands.7.rst @@ -68,6 +68,7 @@ These commands may be used freely in CMake projects. /command/include /command/install /command/link_directories + /command/link_libraries /command/list /command/load_cache /command/load_command @@ -118,7 +119,6 @@ versions of CMake. Do not use them in new code. /command/install_files /command/install_programs /command/install_targets - /command/link_libraries /command/make_directory /command/output_required_files /command/remove |