HexEditor: Use LibConfig instead of Core::ConfigFile

This commit is contained in:
Mustafa Quraish 2021-08-26 20:07:43 -04:00 committed by Andreas Kling
commit 22a1035f1b
Notes: sideshowbarker 2024-07-18 05:14:53 +09:00
4 changed files with 10 additions and 12 deletions

View file

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