24 lines · plain
1add_llvm_component_library(LLVMMCParser2 AsmLexer.cpp3 AsmParser.cpp4 COFFAsmParser.cpp5 COFFMasmParser.cpp6 GOFFAsmParser.cpp7 DarwinAsmParser.cpp8 ELFAsmParser.cpp9 MCAsmParser.cpp10 MCAsmParserExtension.cpp11 MCTargetAsmParser.cpp12 MasmParser.cpp13 WasmAsmParser.cpp14 XCOFFAsmParser.cpp15 16 ADDITIONAL_HEADER_DIRS17 ${LLVM_MAIN_INCLUDE_DIR}/llvm/MC/MCParser18 19 LINK_COMPONENTS20 MC21 Support22 TargetParser23 )24