summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/InstPrinter/CMakeLists.txt
blob: ddbf82fe16f6fca742985166f3cc9ad299ce6ecb (plain)
1
2
3
4
5
6
7
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )

add_llvm_library(LLVMSystemZAsmPrinter
  SystemZInstPrinter.cpp
  )

add_dependencies(LLVMSystemZAsmPrinter SystemZCommonTableGen)