diff options
Diffstat (limited to 'llvm/lib/Target/CppBackend/TargetInfo/CMakeLists.txt')
-rw-r--r-- | llvm/lib/Target/CppBackend/TargetInfo/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/Target/CppBackend/TargetInfo/CMakeLists.txt b/llvm/lib/Target/CppBackend/TargetInfo/CMakeLists.txt index edaf5d3cb18..7165d8fdf2c 100644 --- a/llvm/lib/Target/CppBackend/TargetInfo/CMakeLists.txt +++ b/llvm/lib/Target/CppBackend/TargetInfo/CMakeLists.txt @@ -4,3 +4,7 @@ add_llvm_library(LLVMCppBackendInfo CppBackendTargetInfo.cpp ) +add_llvm_library_dependencies(LLVMCppBackendInfo + LLVMMC + LLVMTarget + ) |