xref: /llvm-project/llvm/lib/Target/M68k/AsmParser/CMakeLists.txt (revision 5d71ec6e448fa3ecb7e22368e97cf8274d5c84c6)
1add_llvm_component_library(LLVMM68kAsmParser
2  M68kAsmParser.cpp
3
4  LINK_COMPONENTS
5  CodeGenTypes
6  M68kCodeGen
7  M68kInfo
8  MC
9  MCParser
10  Support
11
12  ADD_TO_COMPONENT
13  M68k
14  )
15