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

Snake: Add link to help pages in menu

This commit is contained in:
David Lindbom 2022-01-09 20:32:44 +01:00 committed by Brian Gianforcaro
parent fff9547d9b
commit 1e773256bf
2 changed files with 10 additions and 1 deletions

View file

@ -10,4 +10,4 @@ set(SOURCES
)
serenity_app(Snake ICON app-snake)
target_link_libraries(Snake LibGUI LibConfig LibMain)
target_link_libraries(Snake LibGUI LibConfig LibMain LibDesktop)