mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-06 02:55:49 +03:00
1e67435ff5
This is what this function really does, it doesn't compile anything.
20 lines
442 B
CMake
20 lines
442 B
CMake
serenity_component(
|
|
CalendarSettings
|
|
RECOMMENDED
|
|
TARGETS CalendarSettings
|
|
)
|
|
|
|
stringify_gml(CalendarSettingsWidget.gml CalendarSettingsWidgetGML.h calendar_settings_widget_gml)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
CalendarSettingsWidget.cpp
|
|
)
|
|
|
|
set(GENERATED_SOURCES
|
|
CalendarSettingsWidgetGML.h
|
|
)
|
|
|
|
serenity_app(CalendarSettings ICON app-calendar)
|
|
target_link_libraries(CalendarSettings PRIVATE LibConfig LibCore LibGfx LibGUI LibMain)
|