llvm-for-llvmta/lib/Target/SystemZ/MCTargetDesc/CMakeLists.txt
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

17 lines
280 B
CMake

add_llvm_component_library(LLVMSystemZDesc
SystemZInstPrinter.cpp
SystemZMCAsmBackend.cpp
SystemZMCAsmInfo.cpp
SystemZMCCodeEmitter.cpp
SystemZMCObjectWriter.cpp
SystemZMCTargetDesc.cpp
LINK_COMPONENTS
MC
Support
SystemZInfo
ADD_TO_COMPONENT
SystemZ
)