22 lines
384 B
CMake
22 lines
384 B
CMake
add_llvm_component_library(LLVMMCParser
|
|
AsmLexer.cpp
|
|
AsmParser.cpp
|
|
COFFAsmParser.cpp
|
|
COFFMasmParser.cpp
|
|
DarwinAsmParser.cpp
|
|
ELFAsmParser.cpp
|
|
MCAsmLexer.cpp
|
|
MCAsmParser.cpp
|
|
MCAsmParserExtension.cpp
|
|
MCTargetAsmParser.cpp
|
|
MasmParser.cpp
|
|
WasmAsmParser.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/MC/MCParser
|
|
|
|
LINK_COMPONENTS
|
|
MC
|
|
Support
|
|
)
|