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

Chess: Add link to help pages in menu

This commit is contained in:
David Lindbom 2022-01-09 20:24:46 +01:00 committed by Brian Gianforcaro
parent b15b87486d
commit e5c6026a9a
2 changed files with 9 additions and 1 deletions

View file

@ -13,4 +13,4 @@ set(SOURCES
)
serenity_app(Chess ICON app-chess)
target_link_libraries(Chess LibChess LibConfig LibGUI LibCore LibMain)
target_link_libraries(Chess LibChess LibConfig LibGUI LibCore LibMain LibDesktop)