1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-09-13 18:17:57 +00:00

Hearts: Add link to help pages in menu

This commit is contained in:
David Lindbom 2022-01-09 20:29:52 +01:00 committed by Brian Gianforcaro
parent d4aad127ed
commit 7cb713e043
2 changed files with 12 additions and 1 deletions

View file

@ -17,4 +17,4 @@ set(SOURCES
)
serenity_app(Hearts ICON app-hearts)
target_link_libraries(Hearts LibCards LibGUI LibGfx LibCore LibConfig LibMain)
target_link_libraries(Hearts LibCards LibGUI LibGfx LibCore LibConfig LibMain LibDesktop)