bolt/deps/llvm-18.1.8/llvm/unittests/DebugInfo/GSYM/CMakeLists.txt
2025-02-14 19:21:04 +01:00

15 lines
307 B
CMake

set(LLVM_LINK_COMPONENTS
DebugInfoDWARF
DebugInfoGSYM
MC
Support
ObjectYAML
)
add_llvm_unittest(DebugInfoGSYMTests
GSYMTest.cpp
)
target_link_libraries(DebugInfoGSYMTests PRIVATE LLVMTestingSupport)
set_property(TARGET DebugInfoGSYMTests PROPERTY FOLDER "Tests/UnitTests/DebugInfoTests")