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

add_llvm_library(LLVMMSP430AsmPrinter
  MSP430InstPrinter.cpp
  )
add_dependencies(LLVMMSP430AsmPrinter MSP430CommonTableGen)