forked from quickshell/quickshell
crash: add crash reporter
This commit is contained in:
parent
5040f3796c
commit
fe1d15e8f6
23 changed files with 1118 additions and 315 deletions
|
@ -5,6 +5,10 @@ install(TARGETS quickshell RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
|
|||
add_subdirectory(core)
|
||||
add_subdirectory(io)
|
||||
|
||||
if (CRASH_REPORTER)
|
||||
add_subdirectory(crash)
|
||||
endif()
|
||||
|
||||
if (DBUS)
|
||||
add_subdirectory(dbus)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue