9 lines
137 B
CMake
9 lines
137 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
BitstreamReader
|
||
|
)
|
||
|
|
||
|
add_llvm_unittest(BitstreamTests
|
||
|
BitstreamReaderTest.cpp
|
||
|
BitstreamWriterTest.cpp
|
||
|
)
|