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

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

This commit is contained in:
pbrw 2021-11-25 02:56:13 +01:00 committed by Andreas Kling
parent 601de466cb
commit 162c271eb6
4 changed files with 23 additions and 25 deletions

View file

@ -14,4 +14,4 @@ set(SOURCES
serenity_app(ModelGallery ICON app-model-gallery)
target_link_libraries(ModelGallery LibGUI LibGfx)
target_link_libraries(ModelGallery LibGUI LibGfx LibMain)