CMakeLists.txt revision 94b9550a32d189704a8eae55505edf62662c0534
1add_llvm_library(LLVMPowerPCDesc
2  PPCAsmBackend.cpp
3  PPCMCTargetDesc.cpp
4  PPCMCAsmInfo.cpp
5  PPCMCCodeEmitter.cpp
6  PPCPredicates.cpp
7  )
8add_dependencies(LLVMPowerPCDesc PowerPCCommonTableGen)
9