aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MSP430/AsmPrinter/CMakeLists.txt
blob: 6e6688746463ecdad6760c7af68a8326f82eafc1 (plain)
1
2
3
4
5
6
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )

add_llvm_library(LLVMMSP430AsmPrinter
  MSP430AsmPrinter.cpp
  )
add_dependencies(LLVMMSP430AsmPrinter MSP430CodeGenTable_gen)