YouCompleteMe/cpp/llvm/lib/Target/PowerPC/MCTargetDesc/CMakeLists.txt
2012-07-05 17:51:06 -07:00

11 lines
223 B
CMake

add_llvm_library(LLVMPowerPCDesc
PPCAsmBackend.cpp
PPCMCTargetDesc.cpp
PPCMCAsmInfo.cpp
PPCMCCodeEmitter.cpp
PPCPredicates.cpp
PPCELFObjectWriter.cpp
)
add_dependencies(LLVMPowerPCDesc PowerPCCommonTableGen)