xref: /openbsd-src/gnu/llvm/llvm/lib/Target/AVR/AsmParser/CMakeLists.txt (revision 73471bf04ceb096474c7f0fa83b1b65c70a787a1)
1add_llvm_component_library(LLVMAVRAsmParser
2  AVRAsmParser.cpp
3
4  LINK_COMPONENTS
5  MC
6  MCParser
7  AVRDesc
8  AVRInfo
9  Support
10
11  ADD_TO_COMPONENT
12  AVR
13)
14