10 lines
199 B
CMake
10 lines
199 B
CMake
add_llvm_library(LLVMMipsDesc
|
|
MipsAsmBackend.cpp
|
|
MipsMCAsmInfo.cpp
|
|
MipsMCCodeEmitter.cpp
|
|
MipsMCTargetDesc.cpp
|
|
MipsELFObjectWriter.cpp
|
|
)
|
|
|
|
add_dependencies(LLVMMipsDesc MipsCommonTableGen)
|