ladybird/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)