summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9a0107d)
raw | patch | inline | side by side (parent: 9a0107d)
author | Oscar Fuentes <ofv@wanadoo.es> | |
Sat, 4 Apr 2009 22:52:02 +0000 (22:52 +0000) | ||
committer | Oscar Fuentes <ofv@wanadoo.es> | |
Sat, 4 Apr 2009 22:52:02 +0000 (22:52 +0000) |
CMakeLists.txt | patch | blob | history | |
cmake/README | [new file with mode: 0644] | patch | blob |
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 95f36a2bcd532fcbf42b728a5cdfbfbe4490e55b..6af569b25a0073adeb538bdec23268ab44a2a179 100644 (file)
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
+# See docs/CMake.html for instructions about how to build LLVM with CMake.
+
project(LLVM)
cmake_minimum_required(VERSION 2.6.1)
project(LLVM)
cmake_minimum_required(VERSION 2.6.1)
diff --git a/cmake/README b/cmake/README
--- /dev/null
+++ b/cmake/README
@@ -0,0 +1 @@
+See docs/CMake.html for instructions on how to build LLVM with CMake.