Tidy up comments.
[oota-llvm.git] / lib / Bitcode / Reader / CMakeLists.txt
index a19c79aacfe12e7a322e99bcb448fc21decfbb17..37bebc449635246ccc3d79a7ffdea7161bdc4658 100644 (file)
@@ -1,7 +1,9 @@
 add_llvm_library(LLVMBitReader
   BitReader.cpp
   BitcodeReader.cpp
-  Deserialize.cpp
-  DeserializeAPFloat.cpp
-  DeserializeAPInt.cpp
-  )
\ No newline at end of file
+  )
+
+add_llvm_library_dependencies(LLVMBitReader
+  LLVMCore
+  LLVMSupport
+  )