mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-18 10:31:57 +00:00
10 lines
224 B
CMake
10 lines
224 B
CMake
|
add_llvm_library(LLVMSystemZDesc
|
||
|
SystemZMCAsmBackend.cpp
|
||
|
SystemZMCAsmInfo.cpp
|
||
|
SystemZMCCodeEmitter.cpp
|
||
|
SystemZMCObjectWriter.cpp
|
||
|
SystemZMCTargetDesc.cpp
|
||
|
)
|
||
|
|
||
|
add_dependencies(LLVMSystemZDesc SystemZCommonTableGen)
|