llvm-project/llvm/lib/Target/LoongArch/AsmParser/CMakeLists.txt

14 lines
188 B
CMake

add_llvm_component_library(LLVMLoongArchAsmParser
LoongArchAsmParser.cpp
LINK_COMPONENTS
LoongArchDesc
LoongArchInfo
MC
MCParser
Support
ADD_TO_COMPONENT
LoongArch
)