[llvm] r268109 - [Docs] Refer to the CMakePrimer from CMake doc
Chris Bieneman via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 29 14:23:24 PDT 2016
Author: cbieneman
Date: Fri Apr 29 16:23:24 2016
New Revision: 268109
URL: http://llvm.org/viewvc/llvm-project?rev=268109&view=rev
Log:
[Docs] Refer to the CMakePrimer from CMake doc
The "Building LLVM with CMake" document should have a reference to the CMakePrimer.
Modified:
llvm/trunk/docs/CMake.rst
Modified: llvm/trunk/docs/CMake.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CMake.rst?rev=268109&r1=268108&r2=268109&view=diff
==============================================================================
--- llvm/trunk/docs/CMake.rst (original)
+++ llvm/trunk/docs/CMake.rst Fri Apr 29 16:23:24 2016
@@ -22,6 +22,10 @@ and then go back to the `Quick start`_ s
`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
More information about the llvm-commits
mailing list