X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FObject%2FCMakeLists.txt;h=c20fc0cc399ddcc54ee6218e59174e3d47f0a056;hb=27107f6ab4627fa38bcacad6757ed6d52910f880;hp=18ee4beac18356d86f79bcd48eba95288df71eda;hpb=68b3f0c40e29e461dbbc85370078692df4336b42;p=oota-llvm.git diff --git a/lib/Object/CMakeLists.txt b/lib/Object/CMakeLists.txt index 18ee4beac18..c20fc0cc399 100644 --- a/lib/Object/CMakeLists.txt +++ b/lib/Object/CMakeLists.txt @@ -1,3 +1,11 @@ add_llvm_library(LLVMObject + Archive.cpp + Binary.cpp + COFFObjectFile.cpp + ELFObjectFile.cpp + Error.cpp + MachOObject.cpp + MachOObjectFile.cpp + Object.cpp ObjectFile.cpp )