diff options
author | Brad King <brad.king@kitware.com> | 2018-11-26 15:26:19 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2018-11-27 10:13:32 (GMT) |
commit | e15cac8ee748022d31e734f3ab9529bf6c36ac25 (patch) | |
tree | e2fa9f10e9d2078f25f5ddd926a332f2538e3ec8 /Help/manual/cmake-generators.7.rst | |
parent | 8b3a537c29974da62f4a46f4631bbec1550a2a23 (diff) | |
download | CMake-e15cac8ee748022d31e734f3ab9529bf6c36ac25.zip CMake-e15cac8ee748022d31e734f3ab9529bf6c36ac25.tar.gz CMake-e15cac8ee748022d31e734f3ab9529bf6c36ac25.tar.bz2 |
Help: Extend the cmake(1) manual
Extend the description section to cover all capabilities that
the "cmake" tool has. Extend the buildsystem generation section
to introduce important concepts and describe the basic workflow.
Inspired-by: Joachim Wuttke (l) <j.wuttke@fz-juelich.de>
Diffstat (limited to 'Help/manual/cmake-generators.7.rst')
-rw-r--r-- | Help/manual/cmake-generators.7.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/manual/cmake-generators.7.rst b/Help/manual/cmake-generators.7.rst index 0287767..1de10c4 100644 --- a/Help/manual/cmake-generators.7.rst +++ b/Help/manual/cmake-generators.7.rst @@ -27,6 +27,8 @@ when creating a new build tree. CMake Generators ================ +.. _`Command-Line Build Tool Generators`: + Command-Line Build Tool Generators ---------------------------------- @@ -58,6 +60,8 @@ Ninja Generator /generator/Ninja +.. _`IDE Build Tool Generators`: + IDE Build Tool Generators ------------------------- |