aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/AArch64/InstPrinter/CMakeLists.txt
blob: 363f50258d777ede9b5593a38e582658af761859 (plain)
1
2
3
4
5
6
7
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )

add_llvm_library(LLVMAArch64AsmPrinter
  AArch64InstPrinter.cpp
  )

add_dependencies(LLVMAArch64AsmPrinter AArch64CommonTableGen)