mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 06:17:34 +00:00
FlappyBug: Port to LibMain
Simplified two pledge() and two unveil() by using TRY().
This commit is contained in:
parent
ca7b603578
commit
85ae298b85
2 changed files with 9 additions and 21 deletions
|
@ -10,4 +10,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_app(FlappyBug ICON app-flappybug)
|
||||
target_link_libraries(FlappyBug LibGUI LibConfig)
|
||||
target_link_libraries(FlappyBug LibGUI LibConfig LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue