1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00

[Docs] Refer to the CMakePrimer from CMake doc

The "Building LLVM with CMake" document should have a reference to the CMakePrimer.

llvm-svn: 268109
This commit is contained in:
Chris Bieneman 2016-04-29 21:23:24 +00:00
parent 2a55d1f576
commit 9c4f3cfc37

View File

@ -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