mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-24 00:20:21 +00:00
10 lines
274 B
CMake
10 lines
274 B
CMake
compile_gml(CrashReporterWindow.gml CrashReporterWindowGML.h crash_reporter_window_gml)
|
|
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
CrashReporterWindowGML.h
|
|
)
|
|
|
|
serenity_app(CrashReporter ICON app-crash-reporter)
|
|
target_link_libraries(CrashReporter LibCore LibCoreDump LibDesktop LibGUI)
|