1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:07:35 +00:00

HexEditor: Add Help->Manual entry in Menu

This commit is contained in:
djwisdom 2022-08-29 03:36:15 +08:00 committed by Sam Atkins
parent 35c9aa7c05
commit 27f5a18ce6
3 changed files with 9 additions and 1 deletions

View file

@ -21,4 +21,4 @@ set(SOURCES
)
serenity_app(HexEditor ICON app-hex-editor)
target_link_libraries(HexEditor LibGUI LibConfig LibFileSystemAccessClient LibMain)
target_link_libraries(HexEditor LibGUI LibConfig LibDesktop LibFileSystemAccessClient LibMain)