CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
[oota-llvm.git] / lib / Bitcode / Reader / CMakeLists.txt
1 add_llvm_library(LLVMBitReader
2   BitReader.cpp
3   BitcodeReader.cpp
4   )
5
6 target_link_libraries(LLVMBitReader LLVMCore)