build/CMake: Finish removal of add_llvm_library_dependencies.
[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
9 add_dependencies(LLVMPowerPCDesc PowerPCCommonTableGen)