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

14 lines
156 B
CMake
Raw Normal View History

2022-04-25 10:02:23 +02:00
add_llvm_component_library(LLVMAVRAsmParser
AVRAsmParser.cpp
LINK_COMPONENTS
MC
MCParser
AVRDesc
AVRInfo
Support
ADD_TO_COMPONENT
AVR
)