YouCompleteMe/cpp/llvm/lib/Target/PowerPC/MCTargetDesc/CMakeLists.txt

11 lines
223 B
CMake
Raw Normal View History

2012-07-05 20:51:06 -04:00
add_llvm_library(LLVMPowerPCDesc
PPCAsmBackend.cpp
PPCMCTargetDesc.cpp
PPCMCAsmInfo.cpp
PPCMCCodeEmitter.cpp
PPCPredicates.cpp
PPCELFObjectWriter.cpp
)
add_dependencies(LLVMPowerPCDesc PowerPCCommonTableGen)