Thumb2 assembly parsing and encoding for USAX.
[oota-llvm.git] / lib / Object / CMakeLists.txt
index 49c50ccd76601f5570d28e2a926c15f76d01bb7b..81113934dc993c194f0c6206db0961f79ae49f8c 100644 (file)
@@ -1,4 +1,15 @@
 add_llvm_library(LLVMObject
+  Binary.cpp
+  COFFObjectFile.cpp
+  ELFObjectFile.cpp
+  Error.cpp
   MachOObject.cpp
+  MachOObjectFile.cpp
+  Object.cpp
   ObjectFile.cpp
   )
+
+add_llvm_library_dependencies(LLVMObject
+  LLVMCore
+  LLVMSupport
+  )