mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 17:27:46 +00:00
AnalogClock: New analog clock application (#6760)
This commit is contained in:
parent
c53e937014
commit
4c43fc0515
8 changed files with 243 additions and 0 deletions
7
Userland/Applications/AnalogClock/CMakeLists.txt
Normal file
7
Userland/Applications/AnalogClock/CMakeLists.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
set(SOURCES
|
||||
main.cpp
|
||||
AnalogClock.cpp
|
||||
)
|
||||
|
||||
serenity_app(AnalogClock ICON app-analog-clock)
|
||||
target_link_libraries(AnalogClock LibGUI)
|
Loading…
Add table
Add a link
Reference in a new issue