mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 20:08:13 +00:00
15 lines
293 B
CMake
15 lines
293 B
CMake
serenity_component(
|
|
Calendar
|
|
TARGETS Calendar
|
|
)
|
|
|
|
compile_gml(CalendarWindow.gml CalendarWindowGML.h calendar_window_gml)
|
|
|
|
set(SOURCES
|
|
AddEventDialog.cpp
|
|
CalendarWindowGML.h
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(Calendar ICON app-calendar)
|
|
target_link_libraries(Calendar LibGUI LibMain)
|