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

add_llvm_library(LLVMARMAsmPrinter
  ARMInstPrinter.cpp
  )

add_dependencies(LLVMARMAsmPrinter ARMCommonTableGen)