1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 00:57:44 +00:00

Utilities: Add a command line client for ConfigServer

This is an alternative to the ini utility which accesses the
configuration files through the newly introduced ConfigServer.
This commit is contained in:
Ralf Donau 2021-08-26 10:24:14 +02:00 committed by Linus Groh
parent 2dea772d48
commit e36931fffe
2 changed files with 37 additions and 0 deletions

View file

@ -57,6 +57,7 @@ target_link_libraries(bt LibSymbolication)
target_link_libraries(checksum LibCrypto)
target_link_libraries(chres LibGUI)
target_link_libraries(cksum LibCrypto)
target_link_libraries(config LibConfig)
target_link_libraries(copy LibGUI)
target_link_libraries(crash LibTest)
target_link_libraries(disasm LibX86)