llvm-6502/unittests/Bitcode/CMakeLists.txt

11 lines
125 B
CMake
Raw Normal View History

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