diff options
author | Craig Scott <craig.scott@crascit.com> | 2018-08-05 08:58:02 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-08-05 08:58:17 (GMT) |
commit | 8c403214833798a5fbf0510b4e3e71ca3f674cdc (patch) | |
tree | 54c465419b9751dde9fcb186072b6c98dbc304f6 | |
parent | 85fcad7e6356f559d9a57f9d70b2a22ced807c30 (diff) | |
parent | 91e4d3df15b40fc4eb705c27b4246df7dd20e1a0 (diff) | |
download | CMake-8c403214833798a5fbf0510b4e3e71ca3f674cdc.zip CMake-8c403214833798a5fbf0510b4e3e71ca3f674cdc.tar.gz CMake-8c403214833798a5fbf0510b4e3e71ca3f674cdc.tar.bz2 |
Merge topic 'readme-reference-wiki'
91e4d3df15 readme: Add reference to the wiki
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2255
-rw-r--r-- | README.rst | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,10 +6,12 @@ Introduction CMake is a cross-platform, open-source build system generator. For full documentation visit the `CMake Home Page`_ and the -`CMake Documentation Page`_. +`CMake Documentation Page`_. The `CMake Community Wiki`_ also +references useful guides and recipes. .. _`CMake Home Page`: https://cmake.org .. _`CMake Documentation Page`: https://cmake.org/cmake/help/documentation.html +.. _`CMake Community Wiki`: https://gitlab.kitware.com/cmake/community/wikis/home CMake is maintained and supported by `Kitware`_ and developed in collaboration with a productive community of contributors. |