mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 17:07:47 +00:00
CalendarSettings: Use new GML compiler
This commit is contained in:
parent
14a99bb22d
commit
63687c46ff
5 changed files with 20 additions and 16 deletions
|
@ -4,16 +4,13 @@ serenity_component(
|
|||
TARGETS CalendarSettings
|
||||
)
|
||||
|
||||
stringify_gml(CalendarSettingsWidget.gml CalendarSettingsWidgetGML.h calendar_settings_widget_gml)
|
||||
compile_gml(CalendarSettingsWidget.gml CalendarSettingsWidgetGML.cpp)
|
||||
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
CalendarSettingsWidgetGML.cpp
|
||||
CalendarSettingsWidget.cpp
|
||||
)
|
||||
|
||||
set(GENERATED_SOURCES
|
||||
CalendarSettingsWidgetGML.h
|
||||
)
|
||||
|
||||
serenity_app(CalendarSettings ICON app-calendar)
|
||||
target_link_libraries(CalendarSettings PRIVATE LibConfig LibCore LibGfx LibGUI LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue