X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FObject%2FCMakeLists.txt;h=5b08e42dd9e65975986af543d3c035371e9f90ad;hb=4d48c3f2a498d169af596871cd23ce7b6e961d43;hp=18ee4beac18356d86f79bcd48eba95288df71eda;hpb=68b3f0c40e29e461dbbc85370078692df4336b42;p=oota-llvm.git diff --git a/lib/Object/CMakeLists.txt b/lib/Object/CMakeLists.txt index 18ee4beac18..5b08e42dd9e 100644 --- a/lib/Object/CMakeLists.txt +++ b/lib/Object/CMakeLists.txt @@ -1,3 +1,17 @@ add_llvm_library(LLVMObject + Archive.cpp + Binary.cpp + COFFObjectFile.cpp + COFFYAML.cpp + ELF.cpp + ELFObjectFile.cpp + ELFYAML.cpp + Error.cpp + IRObjectFile.cpp + MachOObjectFile.cpp + MachOUniversal.cpp + Object.cpp ObjectFile.cpp + RecordStreamer.cpp + SymbolicFile.cpp )