llvm-project/llvm/unittests/DebugInfo/Symbolizer/CMakeLists.txt

6 lines
175 B
CMake

set(LLVM_LINK_COMPONENTS Symbolize)
add_llvm_unittest(DebugInfoSymbolizerTests
MarkupTest.cpp
)
target_link_libraries(DebugInfoSymbolizerTests PRIVATE LLVMTestingSupport)