build/CMake: Finish removal of add_llvm_library_dependencies.
[oota-llvm.git] / lib / Object / CMakeLists.txt
1 add_llvm_library(LLVMObject
2   Archive.cpp
3   Binary.cpp
4   COFFObjectFile.cpp
5   ELFObjectFile.cpp
6   Error.cpp
7   MachOObject.cpp
8   MachOObjectFile.cpp
9   Object.cpp
10   ObjectFile.cpp
11   )