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

Solitaire: Add link to help page

This commit is contained in:
Evan Smal 2023-01-01 21:04:08 -05:00 committed by Tim Flynn
parent 88ebc44cbf
commit 50c0d0a3b0
2 changed files with 12 additions and 1 deletions

View file

@ -16,4 +16,4 @@ set(GENERATED_SOURCES
)
serenity_app(Solitaire ICON app-solitaire)
target_link_libraries(Solitaire PRIVATE LibCards LibConfig LibGUI LibGfx LibCore LibMain)
target_link_libraries(Solitaire PRIVATE LibCards LibConfig LibGUI LibDesktop LibGfx LibCore LibMain)