summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/AsmParser/CMakeLists.txt
blob: 6c7343bbe513443240c1e16d1b3df31f5764864e (plain)
1
2
3
4
5
add_llvm_library(LLVMMipsAsmParser
  MipsAsmParser.cpp
  )

add_dependencies(LLVMMipsAsmParser MipsCommonTableGen)