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

13 lines
202 B
CMake
Raw Normal View History

add_llvm_library(LLVMBitReader
BitReader.cpp
BitcodeReader.cpp
MetadataLoader.cpp
ValueList.cpp
ADDITIONAL_HEADER_DIRS
${LLVM_MAIN_INCLUDE_DIR}/llvm/Bitcode
DEPENDS
intrinsics_gen
)