summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Target/ARM/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/unittests/Target/ARM/CMakeLists.txt')
-rw-r--r--llvm/unittests/Target/ARM/CMakeLists.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/llvm/unittests/Target/ARM/CMakeLists.txt b/llvm/unittests/Target/ARM/CMakeLists.txt
index 0fdd9552730..443c5253289 100644
--- a/llvm/unittests/Target/ARM/CMakeLists.txt
+++ b/llvm/unittests/Target/ARM/CMakeLists.txt
@@ -1,13 +1,15 @@
include_directories(
- ${CMAKE_SOURCE_DIR}/lib/Target/ARM
- ${CMAKE_BINARY_DIR}/lib/Target/ARM
+ ${LLVM_MAIN_SRC_DIR}/lib/Target/ARM
+ ${LLVM_BINARY_DIR}/lib/Target/ARM
)
set(LLVM_LINK_COMPONENTS
ARMCodeGen
ARMDesc
ARMInfo
+ CodeGen
MC
+ SelectionDAG
Support
Target
)
OpenPOWER on IntegriCloud