[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / unittests / Bitstream / CMakeLists.txt
bloba62003417d41aaf15d1abc0d8b1d7ba0cb9d259c
1 set(LLVM_LINK_COMPONENTS
2   BitstreamReader
3   )
5 add_llvm_unittest(BitstreamTests
6   BitstreamReaderTest.cpp
7   BitstreamWriterTest.cpp
8   )