ladybird/Userland/Applications/Calendar/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

22 lines
459 B
CMake

serenity_component(
Calendar
TARGETS Calendar
)
stringify_gml(CalendarWindow.gml CalendarWindowGML.h calendar_window_gml)
set(SOURCES
AddEventDialog.cpp
CalendarWidget.cpp
EventCalendar.cpp
EventManager.cpp
main.cpp
)
set(GENERATED_SOURCES
CalendarWindowGML.h
)
serenity_app(Calendar ICON app-calendar)
target_link_libraries(Calendar PRIVATE LibConfig LibCore LibFileSystem LibFileSystemAccessClient LibGfx LibGUI LibMain)