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

HexEditor: Port HexEditor to LibMain

This commit is contained in:
Conor Byrne 2021-12-31 21:49:55 +00:00 committed by Andreas Kling
parent ad57289307
commit e92b6047ad
2 changed files with 18 additions and 29 deletions

View file

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