aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/TargetInfo/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/Alpha/TargetInfo/CMakeLists.txt')
-rw-r--r--lib/Target/Alpha/TargetInfo/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Target/Alpha/TargetInfo/CMakeLists.txt b/lib/Target/Alpha/TargetInfo/CMakeLists.txt
index a52457d633..cac3178b78 100644
--- a/lib/Target/Alpha/TargetInfo/CMakeLists.txt
+++ b/lib/Target/Alpha/TargetInfo/CMakeLists.txt
@@ -3,4 +3,11 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/
add_llvm_library(LLVMAlphaInfo
AlphaTargetInfo.cpp
)
+
+add_llvm_library_dependencies(LLVMAlphaInfo
+ LLVMMC
+ LLVMSupport
+ LLVMTarget
+ )
+
add_dependencies(LLVMAlphaInfo AlphaCommonTableGen)