From: Oscar Fuentes Date: Sat, 4 Apr 2009 22:52:02 +0000 (+0000) Subject: CMake: Added notes pointing to the LLVM CMake documentation. X-Git-Tag: v01.01.07.01~66170 X-Git-Url: https://git.ti.com/gitweb?p=opencl%2Fllvm.git;a=commitdiff_plain;h=34fc51710a0c2c699f38d02814306afa343a633a;ds=sidebyside 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 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 95f36a2bcd..6af569b25a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 index 0000000000..4aafdbf32a --- /dev/null +++ b/cmake/README @@ -0,0 +1 @@ +See docs/CMake.html for instructions on how to build LLVM with CMake.