1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 20:57:44 +00:00

GameOfLife: Port to LibMain

Simplified two pledge() and two unveil() by using TRY().
This commit is contained in:
Pedro Pereira 2021-11-23 10:37:19 +00:00 committed by Andreas Kling
parent 8d3059c6f5
commit 3ca2f192af
2 changed files with 9 additions and 21 deletions

View file

@ -15,4 +15,4 @@ set(SOURCES
)
serenity_app(GameOfLife ICON app-gameoflife)
target_link_libraries(GameOfLife LibGUI)
target_link_libraries(GameOfLife LibGUI LibMain)