Home | History | Annotate | Download | only in MCTargetDesc
      1 add_llvm_library(LLVMX86Desc
      2   X86MCTargetDesc.cpp
      3   X86MCAsmInfo.cpp
      4   )
      5 
      6 # Hack: we need to include 'main' target directory to grab private headers
      7 include_directories(${CMAKE_CURRENT_SOURCE_DIR}/.. ${CMAKE_CURRENT_BINARY_DIR}/..)
      8