Some random comment, naming, and format changes.
[oota-llvm.git] / lib / Object / CMakeLists.txt
index f28d2ec364321182033c106cb957fc32e8835092..c20fc0cc399ddcc54ee6218e59174e3d47f0a056 100644 (file)
@@ -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
   )