llvm-for-llvmta/lib/Target/Sparc/AsmParser/CMakeLists.txt

14 lines
168 B
CMake
Raw Permalink Normal View History

2022-04-25 10:02:23 +02:00
add_llvm_component_library(LLVMSparcAsmParser
SparcAsmParser.cpp
LINK_COMPONENTS
MC
MCParser
SparcDesc
SparcInfo
Support
ADD_TO_COMPONENT
Sparc
)