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.
22 lines
459 B
CMake
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)
|