llvm-for-llvmta/lib/Target/ARC/MCTargetDesc/CMakeLists.txt

14 lines
175 B
CMake
Raw Normal View History

2022-04-25 10:02:23 +02:00
add_llvm_component_library(LLVMARCDesc
ARCInstPrinter.cpp
ARCMCTargetDesc.cpp
ARCMCAsmInfo.cpp
LINK_COMPONENTS
MC
Support
ARCInfo
ADD_TO_COMPONENT
ARC
)