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:
parent
8d3059c6f5
commit
3ca2f192af
2 changed files with 9 additions and 21 deletions
|
@ -15,4 +15,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_app(GameOfLife ICON app-gameoflife)
|
||||
target_link_libraries(GameOfLife LibGUI)
|
||||
target_link_libraries(GameOfLife LibGUI LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue