diff options
Diffstat (limited to 'llvm/unittests/Bitstream/CMakeLists.txt')
| -rw-r--r-- | llvm/unittests/Bitstream/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/unittests/Bitstream/CMakeLists.txt b/llvm/unittests/Bitstream/CMakeLists.txt new file mode 100644 index 00000000000..a62003417d4 --- /dev/null +++ b/llvm/unittests/Bitstream/CMakeLists.txt @@ -0,0 +1,8 @@ +set(LLVM_LINK_COMPONENTS + BitstreamReader + ) + +add_llvm_unittest(BitstreamTests + BitstreamReaderTest.cpp + BitstreamWriterTest.cpp + ) |

