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