mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-28 04:09:00 +00:00
HexEditor: Use LibConfig instead of Core::ConfigFile
This commit is contained in:
parent
7b62113db7
commit
22a1035f1b
Notes:
sideshowbarker
2024-07-18 05:14:53 +09:00
Author: https://github.com/mustafaquraish 🔰
Commit: 22a1035f1b
Pull-request: https://github.com/SerenityOS/serenity/pull/9625
Reviewed-by: https://github.com/AtkinsSJ ✅
4 changed files with 10 additions and 12 deletions
|
@ -20,4 +20,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_app(HexEditor ICON app-hex-editor)
|
||||
target_link_libraries(HexEditor LibGUI)
|
||||
target_link_libraries(HexEditor LibGUI LibConfig)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue