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

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

This commit is contained in:
pbrw 2021-11-25 02:54:30 +01:00 committed by Andreas Kling
parent 79bc587d03
commit 2642abb773
2 changed files with 16 additions and 28 deletions

View file

@ -9,4 +9,4 @@ set(SOURCES
)
serenity_app(Eyes ICON app-eyes)
target_link_libraries(Eyes LibGUI LibGfx)
target_link_libraries(Eyes LibGUI LibGfx LibMain)