CMake: Added notes pointing to the LLVM CMake documentation.
authorOscar Fuentes <ofv@wanadoo.es>
Sat, 4 Apr 2009 22:52:02 +0000 (22:52 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Sat, 4 Apr 2009 22:52:02 +0000 (22:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68429 91177308-0d34-0410-b5e6-96231b3b80d8

CMakeLists.txt
cmake/README [new file with mode: 0644]

index 95f36a2bcd532fcbf42b728a5cdfbfbe4490e55b..6af569b25a0073adeb538bdec23268ab44a2a179 100644 (file)
@@ -1,3 +1,5 @@
+# See docs/CMake.html for instructions about how to build LLVM with CMake.
+
 project(LLVM)
 cmake_minimum_required(VERSION 2.6.1)
 
diff --git a/cmake/README b/cmake/README
new file mode 100644 (file)
index 0000000..4aafdbf
--- /dev/null
@@ -0,0 +1 @@
+See docs/CMake.html for instructions on how to build LLVM with CMake.