ladybird/Userland/Applications/CrashReporter/CMakeLists.txt

20 lines
450 B
CMake
Raw Normal View History

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