X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=lib%2FTarget%2FCMakeLists.txt;h=e6d0199952f403c6c998fa70d95b816441997466;hb=b10121bd9d277ab2483d14e00f49a4fa23b6ba82;hp=c61805b63f5ece28c7eaeb5e1f78d84ee121f953;hpb=875710a2fd6b3c4f814961582594bd5c1cdb493a;p=oota-llvm.git diff --git a/lib/Target/CMakeLists.txt b/lib/Target/CMakeLists.txt index c61805b63f5..e6d0199952f 100644 --- a/lib/Target/CMakeLists.txt +++ b/lib/Target/CMakeLists.txt @@ -1,14 +1,17 @@ +list(APPEND LLVM_COMMON_DEPENDS intrinsics_gen) + add_llvm_library(LLVMTarget Target.cpp TargetIntrinsicInfo.cpp - TargetLibraryInfo.cpp TargetLoweringObjectFile.cpp TargetMachine.cpp TargetMachineC.cpp + TargetRecip.cpp TargetSubtargetInfo.cpp - ) -list(APPEND LLVM_COMMON_DEPENDS intrinsics_gen) + ADDITIONAL_HEADER_DIRS + ${LLVM_MAIN_INCLUDE_DIR}/llvm/Target + ) foreach(t ${LLVM_TARGETS_TO_BUILD}) message(STATUS "Targeting ${t}")