summaryrefslogtreecommitdiff
path: root/cmake/README
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2009-04-04 22:52:02 +0000
committerOscar Fuentes <ofv@wanadoo.es>2009-04-04 22:52:02 +0000
commit34fc51710a0c2c699f38d02814306afa343a633a (patch)
treef0286778b6725aad873d6b0ec68230c93849d1c4 /cmake/README
parent9a0107db7237d55e23ac0c2399bab46e8cf94b34 (diff)
downloadllvm-34fc51710a0c2c699f38d02814306afa343a633a.tar.gz
llvm-34fc51710a0c2c699f38d02814306afa343a633a.tar.bz2
llvm-34fc51710a0c2c699f38d02814306afa343a633a.tar.xz
CMake: Added notes pointing to the LLVM CMake documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68429 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/README')
-rw-r--r--cmake/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/README b/cmake/README
new file mode 100644
index 0000000000..4aafdbf32a
--- /dev/null
+++ b/cmake/README
@@ -0,0 +1 @@
+See docs/CMake.html for instructions on how to build LLVM with CMake.