f28d2ec364321182033c106cb957fc32e8835092
[oota-llvm.git] / lib / Object / CMakeLists.txt
1 add_llvm_library(LLVMObject
2   MachOObject.cpp
3   Object.cpp
4   ObjectFile.cpp
5   COFFObjectFile.cpp
6   ELFObjectFile.cpp
7   )