Tidy up comments.
[oota-llvm.git] / lib / Bitcode / Reader / CMakeLists.txt
index 7601d83f0cc95af13757e53c5f70cf8c8d67644a..37bebc449635246ccc3d79a7ffdea7161bdc4658 100644 (file)
@@ -3,4 +3,7 @@ add_llvm_library(LLVMBitReader
   BitcodeReader.cpp
   )
 
-target_link_libraries(LLVMBitReader LLVMCore)
+add_llvm_library_dependencies(LLVMBitReader
+  LLVMCore
+  LLVMSupport
+  )