[NFC] Don't assume llvm directory is CMake root

This makes the file consistent with ARM/CMakeLists.txt
This commit is contained in:
Michael Platings 2022-09-15 11:59:03 +01:00
parent 10250c5a2a
commit f0c234d2a6
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
include_directories(
${CMAKE_SOURCE_DIR}/lib/Target/AArch64
${CMAKE_BINARY_DIR}/lib/Target/AArch64
${LLVM_MAIN_SRC_DIR}/lib/Target/AArch64
${LLVM_BINARY_DIR}/lib/Target/AArch64
)
set(LLVM_LINK_COMPONENTS