summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2016-04-29 21:23:24 +0000
committerChris Bieneman <beanz@apple.com>2016-04-29 21:23:24 +0000
commitf8bfee254f4ba8435ce4aa1816d9af5c642a04f3 (patch)
tree676dd056238a99dab458d038273c29b6b512e5be /docs
parentc1284a6b7e234b90d29a6cbf7ab6d91bfe13a9f3 (diff)
[Docs] Refer to the CMakePrimer from CMake doc
The "Building LLVM with CMake" document should have a reference to the CMakePrimer. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268109 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CMake.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/CMake.rst b/docs/CMake.rst
index 8b441a4b6b7..259d42fc3f4 100644
--- a/docs/CMake.rst
+++ b/docs/CMake.rst
@@ -22,6 +22,10 @@ and then go back to the `Quick start`_ section once you know what you are doing.
`Options and variables`_ section is a reference for customizing your build. If
you already have experience with CMake, this is the recommended starting point.
+This page is geared towards users of the LLVM CMake build. If you're looking for
+information about modifying the LLVM CMake build system you may want to see the
+:doc:`CMakePrimer` page. It has a basic overview of the CMake language.
+
.. _Quick start:
Quick start