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

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

This commit is contained in:
pbrw 2021-11-25 02:52:25 +01:00 committed by Andreas Kling
parent 913b1fad25
commit 370c5986ab
2 changed files with 30 additions and 42 deletions

View file

@ -11,4 +11,4 @@ set(SOURCES
)
serenity_app(CatDog ICON app-catdog)
target_link_libraries(CatDog LibGUI LibGfx)
target_link_libraries(CatDog LibGUI LibGfx LibCore LibMain)