1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 01:47:36 +00:00
serenity/Applications/Calendar/CMakeLists.txt
thankyouverycool ab3fff4211 LibGUI+Calendar: Make Calendar a common widget in LibGUI
Refactors the Calendar widget into LibGUI and updates the Calendar
app interface. Calendar widget lets layout engine manage most of
its geometry now and has a few new features like tile click
navigation, hover highlighting and a togglable year/month mode.
2020-08-22 11:54:30 +02:00

7 lines
113 B
CMake

set(SOURCES
AddEventDialog.cpp
main.cpp
)
serenity_bin(Calendar)
target_link_libraries(Calendar LibGUI)