14 lines
153 B
CMake
14 lines
153 B
CMake
|
add_llvm_component_library(LLVMVEAsmParser
|
||
|
VEAsmParser.cpp
|
||
|
|
||
|
LINK_COMPONENTS
|
||
|
MC
|
||
|
MCParser
|
||
|
VEDesc
|
||
|
VEInfo
|
||
|
Support
|
||
|
|
||
|
ADD_TO_COMPONENT
|
||
|
VE
|
||
|
)
|