aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CppBackend/TargetInfo/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/CppBackend/TargetInfo/CMakeLists.txt')
-rw-r--r--lib/Target/CppBackend/TargetInfo/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Target/CppBackend/TargetInfo/CMakeLists.txt b/lib/Target/CppBackend/TargetInfo/CMakeLists.txt
index edaf5d3..7165d8f 100644
--- a/lib/Target/CppBackend/TargetInfo/CMakeLists.txt
+++ b/lib/Target/CppBackend/TargetInfo/CMakeLists.txt
@@ -4,3 +4,7 @@ add_llvm_library(LLVMCppBackendInfo
CppBackendTargetInfo.cpp
)
+add_llvm_library_dependencies(LLVMCppBackendInfo
+ LLVMMC
+ LLVMTarget
+ )