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

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

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

View file

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