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

11 lines
182 B
CMake

set(LLVM_LINK_COMPONENTS
DebugInfoGSYM
Support
)
add_llvm_unittest(DebugInfoGSYMTests
GSYMTest.cpp
)
target_link_libraries(DebugInfoGSYMTests PRIVATE LLVMTestingSupport)