1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 19:37:35 +00:00

AnalogClock: New analog clock application (#6760)

This commit is contained in:
Erlend 2021-05-09 15:51:36 +02:00 committed by GitHub
parent c53e937014
commit 4c43fc0515
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 243 additions and 0 deletions

View file

@ -0,0 +1,7 @@
set(SOURCES
main.cpp
AnalogClock.cpp
)
serenity_app(AnalogClock ICON app-analog-clock)
target_link_libraries(AnalogClock LibGUI)