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

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

This commit is contained in:
pbrw 2021-11-25 02:55:31 +01:00 committed by Andreas Kling
parent dee90b2dc3
commit 8293ad33ee
2 changed files with 12 additions and 21 deletions

View file

@ -8,4 +8,4 @@ set(SOURCES
)
serenity_app(LibGfxScaleDemo ICON app-libgfx-demo)
target_link_libraries(LibGfxScaleDemo LibGUI LibIPC LibGfx LibCore)
target_link_libraries(LibGfxScaleDemo LibGUI LibIPC LibGfx LibCore LibMain)