llvm/llvm/lib/Target/Mips/AsmParser/CMakeLists.txt

add_llvm_component_library(LLVMMipsAsmParser
  MipsAsmParser.cpp

  LINK_COMPONENTS
  MC
  MCParser
  MipsDesc
  MipsInfo
  Support
  TargetParser

  ADD_TO_COMPONENT
  Mips
  )