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

add_llvm_library(LLVMMipsAsmPrinter
  MipsInstPrinter.cpp
  )

add_dependencies(LLVMMipsAsmPrinter MipsCommonTableGen)