forked from OSchip/llvm-project
CMake: Added notes pointing to the LLVM CMake documentation.
llvm-svn: 68429
This commit is contained in:
parent
bda403b4c8
commit
fff33a3cdf
|
@ -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)
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
See docs/CMake.html for instructions on how to build LLVM with CMake.
|
Loading…
Reference in New Issue