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:
parent
272f7c340e
commit
0ed3520ef5
2 changed files with 8 additions and 14 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue