crash: switch to cpptrace from breakpad

This commit is contained in:
outfoxxed 2026-03-02 08:09:57 -08:00
parent 36517a2c10
commit da4ea5ff95
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
19 changed files with 375 additions and 173 deletions

View file

@ -12,7 +12,7 @@ add_subdirectory(io)
add_subdirectory(widgets)
add_subdirectory(ui)
if (CRASH_REPORTER)
if (CRASH_HANDLER)
add_subdirectory(crash)
endif()