1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 04:57:44 +00:00

CrashReporter: Implement Save Backtrace button

This commit is contained in:
Ali Chraghi 2022-04-08 00:36:58 +04:30 committed by Linus Groh
parent 34a0f8cdc7
commit 8f5d80a41d
3 changed files with 30 additions and 1 deletions

View file

@ -13,4 +13,4 @@ set(SOURCES
)
serenity_app(CrashReporter ICON app-crash-reporter)
target_link_libraries(CrashReporter LibCore LibCoredump LibDesktop LibGUI LibMain)
target_link_libraries(CrashReporter LibCore LibCoredump LibDesktop LibFileSystemAccessClient LibGUI LibMain)