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

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

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

View file

@ -8,4 +8,4 @@ set(SOURCES
)
serenity_app(Fire ICON app-fire)
target_link_libraries(Fire LibGUI LibCore LibGfx)
target_link_libraries(Fire LibGUI LibCore LibGfx LibMain)