mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:57:44 +00:00
TextEditor: Use LibConfig instead of Core::ConfigFile
This commit is contained in:
parent
3114fe612c
commit
0cd4b8cbb7
4 changed files with 11 additions and 31 deletions
|
@ -15,4 +15,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_app(TextEditor ICON app-text-editor)
|
||||
target_link_libraries(TextEditor LibWeb LibMarkdown LibGUI LibShell LibRegex LibDesktop LibCpp LibJS LibSQL LibFileSystemAccessClient)
|
||||
target_link_libraries(TextEditor LibWeb LibMarkdown LibGUI LibShell LibRegex LibDesktop LibCpp LibJS LibSQL LibFileSystemAccessClient LibConfig)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue