summaryrefslogtreecommitdiff
path: root/lib/Bitcode/Reader/CMakeLists.txt
blob: 7601d83f0cc95af13757e53c5f70cf8c8d67644a (plain)
1
2
3
4
5
6
add_llvm_library(LLVMBitReader
  BitReader.cpp
  BitcodeReader.cpp
  )

target_link_libraries(LLVMBitReader LLVMCore)