llvm-6502/lib/Target/MSP430/InstPrinter/CMakeLists.txt
2013-11-28 14:53:30 +00:00

6 lines
127 B
CMake

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