mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
Update instructions: LLVM.cmake is now LLVMConfig.cmake
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130631 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -421,7 +421,7 @@
|
|||||||
endif()
|
endif()
|
||||||
<b># We incorporate the CMake features provided by LLVM:</b>
|
<b># We incorporate the CMake features provided by LLVM:</b>
|
||||||
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${LLVM_ROOT}/share/llvm/cmake")
|
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${LLVM_ROOT}/share/llvm/cmake")
|
||||||
include(LLVM)
|
include(LLVMConfig)
|
||||||
<b># Now set the header and library paths:</b>
|
<b># Now set the header and library paths:</b>
|
||||||
include_directories( ${LLVM_ROOT}/include )
|
include_directories( ${LLVM_ROOT}/include )
|
||||||
link_directories( ${LLVM_ROOT}/lib )
|
link_directories( ${LLVM_ROOT}/lib )
|
||||||
|
Reference in New Issue
Block a user