xref: /llvm-project/llvm/lib/Target/MSP430/AsmParser/CMakeLists.txt (revision 5d71ec6e448fa3ecb7e22368e97cf8274d5c84c6)
1add_llvm_component_library(LLVMMSP430AsmParser
2  MSP430AsmParser.cpp
3
4  LINK_COMPONENTS
5  CodeGenTypes
6  MC
7  MCParser
8  MSP430Desc
9  MSP430Info
10  Support
11
12  ADD_TO_COMPONENT
13  MSP430
14  )
15