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

add_llvm_component_library(LLVMAVRAsmParser
  AVRAsmParser.cpp

  LINK_COMPONENTS
  AVRDesc
  AVRInfo
  CodeGenTypes
  MC
  MCParser
  Support

  ADD_TO_COMPONENT
  AVR
  )