mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +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)
|