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

PixelPaint: Add link to manpage

Add a link to the manpage in the Help menu.
This commit is contained in:
Cubic Love 2023-11-27 23:59:22 +00:00 committed by Andrew Kaster
parent e0ea5a86e0
commit 30ea7b27d4
3 changed files with 6 additions and 1 deletions

View file

@ -91,4 +91,4 @@ set(GENERATED_SOURCES
)
serenity_app(PixelPaint ICON app-pixel-paint)
target_link_libraries(PixelPaint PRIVATE LibCore LibImageDecoderClient LibGUI LibGfx LibFileSystemAccessClient LibConfig LibMain LibThreading)
target_link_libraries(PixelPaint PRIVATE LibCore LibImageDecoderClient LibGUI LibGfx LibFileSystemAccessClient LibConfig LibDesktop LibMain LibThreading)