1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:08:10 +00:00
serenity/Userland/Applications/CrashReporter/CMakeLists.txt

16 lines
417 B
CMake

serenity_component(
CrashReporter
REQUIRED
TARGETS CrashReporter
)
compile_gml(CrashReporterWindow.gml CrashReporterWindowGML.cpp)
set(SOURCES
CrashReporterWindowGML.cpp
main.cpp
)
serenity_app(CrashReporter ICON app-crash-reporter)
target_link_libraries(CrashReporter PRIVATE LibCore LibCoredump LibDebug LibDesktop LibFileSystem LibFileSystemAccessClient LibGfx LibGUI LibMain LibThreading)