summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/InstPrinter/CMakeLists.txt
blob: c45b35df8c115a5bd3f6af566a79dc1d1d46032e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )

add_llvm_library(LLVMMipsAsmPrinter
  MipsInstPrinter.cpp
  )

add_llvm_library_dependencies(LLVMMipsAsmPrinter
  LLVMMC
  LLVMSupport
  )

add_dependencies(LLVMMipsAsmPrinter MipsCommonTableGen)
OpenPOWER on IntegriCloud