summaryrefslogtreecommitdiff
path: root/lib/Target/MSP430/InstPrinter/CMakeLists.txt
blob: 4bade9b8611ac684d3d2b0dca1d0160e981bda66 (plain)
1
2
3
4
5
add_llvm_library(LLVMMSP430AsmPrinter
  MSP430InstPrinter.cpp
  )

add_dependencies(LLVMMSP430AsmPrinter MSP430CommonTableGen)