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

GameOfLife: Add link to help pages in menu

This commit is contained in:
David Lindbom 2022-01-09 20:28:29 +01:00 committed by Brian Gianforcaro
parent ecdcf4f293
commit 2cb0a35dbe
2 changed files with 10 additions and 1 deletions

View file

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