aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/InstPrinter/CMakeLists.txt
blob: 28e2460d8233b3ca02af450e1c954cc2541f445f (plain)
1
2
3
4
5
6
7
8
9
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )

add_llvm_library(LLVMX86AsmPrinter
  X86ATTInstPrinter.cpp
  X86IntelInstPrinter.cpp
  X86InstComments.cpp
  )

add_dependencies(LLVMX86AsmPrinter X86CommonTableGen)