xref: /llvm-project/llvm/lib/Target/VE/AsmParser/CMakeLists.txt (revision 5d71ec6e448fa3ecb7e22368e97cf8274d5c84c6)
1add_llvm_component_library(LLVMVEAsmParser
2  VEAsmParser.cpp
3
4  LINK_COMPONENTS
5  CodeGenTypes
6  MC
7  MCParser
8  Support
9  VEDesc
10  VEInfo
11
12  ADD_TO_COMPONENT
13  VE
14  )
15