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

Starfield: Port to LibMain

Simplified two pledge() by using TRY().
This commit is contained in:
Pedro Pereira 2021-11-22 20:34:22 +00:00 committed by Andreas Kling
parent 272f7c340e
commit 0ed3520ef5
2 changed files with 8 additions and 14 deletions

View file

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