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

Screensaver: Use TRY() a lot more :^)

This commit is contained in:
pbrw 2021-11-25 02:56:48 +01:00 committed by Andreas Kling
parent 14081b8a92
commit 9e3bc3f930
2 changed files with 14 additions and 26 deletions

View file

@ -8,4 +8,4 @@ set(SOURCES
)
serenity_app(Screensaver ICON app-screensaver)
target_link_libraries(Screensaver LibGUI LibCore LibGfx)
target_link_libraries(Screensaver LibGUI LibCore LibGfx LibMain)