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

add_llvm_library(LLVMMipsAsmPrinter
  MipsInstPrinter.cpp
  )
add_dependencies(LLVMMipsAsmPrinter MipsCodeGenTable_gen)