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

add_llvm_library(LLVMSystemZDisassembler
  SystemZDisassembler.cpp
  )

add_dependencies(LLVMSystemZDisassembler SystemZCommonTableGen)