xref: /llvm-project/llvm/unittests/DebugInfo/Symbolizer/CMakeLists.txt (revision 527395bd1005704787a59382e600a519c0bae3e4)
1set(LLVM_LINK_COMPONENTS Symbolize)
2add_llvm_unittest(DebugInfoSymbolizerTests
3  MarkupTest.cpp
4  )
5target_link_libraries(DebugInfoSymbolizerTests PRIVATE LLVMTestingSupport)
6