aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bitcode/Reader/CMakeLists.txt
blob: 37bebc449635246ccc3d79a7ffdea7161bdc4658 (plain)
1
2
3
4
5
6
7
8
9
add_llvm_library(LLVMBitReader
  BitReader.cpp
  BitcodeReader.cpp
  )

add_llvm_library_dependencies(LLVMBitReader
  LLVMCore
  LLVMSupport
  )