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:
parent
2dea772d48
commit
e36931fffe
2 changed files with 37 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue