summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2011-10-11 16:35:07 +0000
committerDuncan Sands <baldrick@free.fr>2011-10-11 16:35:07 +0000
commit32ee5c29219b131015145276c9ea2110587305ef (patch)
treeb6402d8c498aebbece5ea59efbd342e6110861d4 /docs
parente53c87b302b3ae07c781405572170b0b6641b524 (diff)
downloadllvm-32ee5c29219b131015145276c9ea2110587305ef.tar.gz
llvm-32ee5c29219b131015145276c9ea2110587305ef.tar.bz2
llvm-32ee5c29219b131015145276c9ea2110587305ef.tar.xz
Mention the cmake build guide on the main docs page.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141674 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html
index 8f82cf9f14..b647b29da8 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -63,6 +63,11 @@ Discusses how to get up and running quickly with the LLVM infrastructure.
Everything from unpacking and compilation of the distribution to execution of
some tools.</li>
+<li><a href="CMake.html">LLVM CMake guide</a> - An addendum to the main Getting
+Started guide for those using the <a href="http://www.cmake.org/">CMake build
+system</a>.
+</li>
+
<li><a href="GettingStartedVS.html">Getting Started with the LLVM System using
Microsoft Visual Studio</a> - An addendum to the main Getting Started guide for
those using Visual Studio on Windows.</li>