breakpadΒΆ

hunter_add_package(breakpad)
find_package(breakpad CONFIG REQUIRED)

add_executable(boo boo.cpp)
target_link_libraries(boo PUBLIC breakpad::libbreakpad)