Wind these directories back too. File adds and removes are properly represented
[llvm.git] / lib / Target / MSP430 / AsmPrinter / CMakeLists.txt
blob4b1f4e6ff269e1cf6b3c58546f9fd561bfb9b63e
1 include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
3 add_llvm_library(LLVMMSP430AsmPrinter
4   MSP430AsmPrinter.cpp
5   MSP430InstPrinter.cpp
6   MSP430MCInstLower.cpp
7   )
8 add_dependencies(LLVMMSP430AsmPrinter MSP430CodeGenTable_gen)