Clean up a pile of hacks in our CMake build relating to TableGen.
[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   )
7 add_dependencies(LLVMPowerPCDesc PowerPCCommonTableGen)