1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:07:34 +00:00

AnalogClock: Port to LibMain

This commit is contained in:
Astraeus- 2021-12-15 00:11:47 +01:00 committed by Brian Gianforcaro
parent eec6ae0d07
commit eb1f00a940
2 changed files with 18 additions and 26 deletions

View file

@ -10,4 +10,4 @@ set(SOURCES
)
serenity_app(AnalogClock ICON app-analog-clock)
target_link_libraries(AnalogClock LibGUI)
target_link_libraries(AnalogClock LibGUI LibMain)