[llvm-commits] [llvm] r68429 - in /llvm/trunk: CMakeLists.txt cmake/README

Oscar Fuentes ofv at wanadoo.es
Sat Apr 4 15:52:02 PDT 2009


Author: ofv
Date: Sat Apr  4 17:52:02 2009
New Revision: 68429

URL: http://llvm.org/viewvc/llvm-project?rev=68429&view=rev
Log:
CMake: Added notes pointing to the LLVM CMake documentation.

Added:
    llvm/trunk/cmake/README
Modified:
    llvm/trunk/CMakeLists.txt

Modified: llvm/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/CMakeLists.txt?rev=68429&r1=68428&r2=68429&view=diff

==============================================================================
--- llvm/trunk/CMakeLists.txt (original)
+++ llvm/trunk/CMakeLists.txt Sat Apr  4 17:52:02 2009
@@ -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)
 

Added: llvm/trunk/cmake/README
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/cmake/README?rev=68429&view=auto

==============================================================================
--- llvm/trunk/cmake/README (added)
+++ llvm/trunk/cmake/README Sat Apr  4 17:52:02 2009
@@ -0,0 +1 @@
+See docs/CMake.html for instructions on how to build LLVM with CMake.





More information about the llvm-commits mailing list