ladybird/Userland/Applications/CalendarSettings/CMakeLists.txt
kleines Filmröllchen 1e67435ff5 Meta: Rename compile_gml to stringify_gml
This is what this function really does, it doesn't compile anything.
2023-08-11 21:33:48 +02:00

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)