1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 20:08:13 +00:00
serenity/Userland/Applications/Calendar/CMakeLists.txt
2022-01-04 20:46:17 +02:00

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)