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