1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-09-14 00:48:00 +00:00

2048: Add link to help pages in menu

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

View file

@ -12,4 +12,4 @@ set(SOURCES
)
serenity_app(2048 ICON app-2048)
target_link_libraries(2048 LibConfig LibGUI LibMain)
target_link_libraries(2048 LibConfig LibGUI LibMain LibDesktop)