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

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

This commit is contained in:
pbrw 2021-11-25 02:54:16 +01:00 committed by Andreas Kling
parent 370c5986ab
commit 79bc587d03
2 changed files with 26 additions and 35 deletions

View file

@ -8,4 +8,4 @@ set(SOURCES
)
serenity_app(Cube ICON app-cube)
target_link_libraries(Cube LibGUI)
target_link_libraries(Cube LibGUI LibMain)