llvm-6502/unittests/Bitcode/CMakeLists.txt

13 lines
164 B
CMake
Raw Normal View History

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