X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FMC%2FCMakeLists.txt;h=ddddd49d90e03bbc818c26025f0e69ec83399177;hb=4ceab42509518746afef0370e7aba230736a80f5;hp=855dcde6a975134d669502bb930efe2a28623315;hpb=7cc1de109081ffd535419bbeb509716f3b7952e8;p=oota-llvm.git diff --git a/lib/MC/CMakeLists.txt b/lib/MC/CMakeLists.txt index 855dcde6a97..ddddd49d90e 100644 --- a/lib/MC/CMakeLists.txt +++ b/lib/MC/CMakeLists.txt @@ -46,8 +46,10 @@ add_llvm_library(LLVMMC WinCOFFObjectWriter.cpp WinCOFFStreamer.cpp YAML.cpp + + ADDITIONAL_HEADER_DIRS + ${LLVM_MAIN_INCLUDE_DIR}/llvm/MC ) -add_subdirectory(MCAnalysis) add_subdirectory(MCParser) add_subdirectory(MCDisassembler)