1
Fork 0
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:
Pedro Pereira 2021-11-22 23:46:18 +00:00 committed by Brian Gianforcaro
parent ca7b603578
commit 85ae298b85
2 changed files with 9 additions and 21 deletions

View file

@ -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)