llvm-project/llvm/lib/Bitcode/Reader/CMakeLists.txt

10 lines
145 B
CMake

add_llvm_library(LLVMBitReader
BitReader.cpp
BitcodeReader.cpp
)
add_llvm_library_dependencies(LLVMBitReader
LLVMCore
LLVMSupport
)