Tidy up comments.
[oota-llvm.git] / lib / Bitcode / Reader / CMakeLists.txt
index 693d4310b834576facf1a38d84a9165d6d4918de..37bebc449635246ccc3d79a7ffdea7161bdc4658 100644 (file)
@@ -2,3 +2,8 @@ add_llvm_library(LLVMBitReader
   BitReader.cpp
   BitcodeReader.cpp
   )
+
+add_llvm_library_dependencies(LLVMBitReader
+  LLVMCore
+  LLVMSupport
+  )