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