mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 01:47:36 +00:00

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.
7 lines
113 B
CMake
7 lines
113 B
CMake
set(SOURCES
|
|
AddEventDialog.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(Calendar)
|
|
target_link_libraries(Calendar LibGUI)
|