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

Calendar: Port to LibMain and TRY all the things

This commit is contained in:
Rummskartoffel 2022-01-04 18:14:56 +01:00 committed by Idan Horowitz
parent d17dca5c91
commit 902b8f1583
2 changed files with 40 additions and 48 deletions

View file

@ -12,4 +12,4 @@ set(SOURCES
)
serenity_app(Calendar ICON app-calendar)
target_link_libraries(Calendar LibGUI)
target_link_libraries(Calendar LibGUI LibMain)