llvm-6502/unittests/Bitcode/CMakeLists.txt

11 lines
126 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
BitReader
BitWriter
Core
Support
)
add_llvm_unittest(BitcodeTests
BitReaderTest.cpp
)