xref: /llvm-project/llvm/unittests/DebugInfo/MSF/CMakeLists.txt (revision 4ecbfacf9ecdc5bd9bf699d400c5058071b9500c)
1set(LLVM_LINK_COMPONENTS
2  DebugInfoMSF
3  )
4
5add_llvm_unittest(DebugInfoMSFTests
6  MappedBlockStreamTest.cpp
7  MSFBuilderTest.cpp
8  MSFCommonTest.cpp
9  )
10
11target_link_libraries(DebugInfoMSFTests PRIVATE LLVMTestingSupport)
12