78e7ab5a808a524100ab373b5b48a4bee6c9122a
[oota-llvm.git] / lib / Target / PowerPC / MCTargetDesc / CMakeLists.txt
1 add_llvm_library(LLVMPowerPCDesc
2   PPCAsmBackend.cpp
3   PPCMCTargetDesc.cpp
4   PPCMCAsmInfo.cpp
5   PPCMCCodeEmitter.cpp
6   PPCPredicates.cpp
7   )
8 add_dependencies(LLVMPowerPCDesc PowerPCCommonTableGen)
9
10 target_link_libraries(LLVMPowerPCDesc LLVMPowerPCAsmPrinter)