X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FMC%2FCMakeLists.txt;h=13c5ca9561dfc2bbfc8175c4d2eb7549e314bf44;hb=38f72d04ea111ae5b8ef79498ad5a97d4a3dc910;hp=7181bdc04765e64b5008ca6415226ee7beb55644;hpb=73d86aa56a757605896552bf171eee73c7859d47;p=oota-llvm.git diff --git a/lib/MC/CMakeLists.txt b/lib/MC/CMakeLists.txt index 7181bdc0476..13c5ca9561d 100644 --- a/lib/MC/CMakeLists.txt +++ b/lib/MC/CMakeLists.txt @@ -12,13 +12,13 @@ add_llvm_library(LLVMMC MCCodeGenInfo.cpp MCContext.cpp MCDwarf.cpp - MCELF.cpp MCELFObjectTargetWriter.cpp MCELFStreamer.cpp MCExpr.cpp MCInst.cpp MCInstPrinter.cpp MCInstrAnalysis.cpp + MCInstrDesc.cpp MCLabel.cpp MCLinkerOptimizationHint.cpp MCMachOStreamer.cpp @@ -35,6 +35,7 @@ add_llvm_library(LLVMMC MCStreamer.cpp MCSubtargetInfo.cpp MCSymbol.cpp + MCSymbolELF.cpp MCSymbolizer.cpp MCTargetOptions.cpp MCValue.cpp @@ -46,6 +47,9 @@ add_llvm_library(LLVMMC WinCOFFObjectWriter.cpp WinCOFFStreamer.cpp YAML.cpp + + ADDITIONAL_HEADER_DIRS + ${LLVM_MAIN_INCLUDE_DIR}/llvm/MC ) add_subdirectory(MCParser)