1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 17:17:45 +00:00

chmod: Port to LibMain :^)

This ports chmod to LibMain + changes input parameters on several
functions from raw C strings to StringView.
This commit is contained in:
Kenneth Myhra 2021-11-27 15:55:40 +01:00 committed by Brian Gianforcaro
parent 0d76d15f9d
commit d465d3a457
2 changed files with 41 additions and 39 deletions

View file

@ -62,6 +62,7 @@ target_link_libraries(bt LibSymbolication LibMain)
target_link_libraries(blockdev LibMain)
target_link_libraries(cat LibMain)
target_link_libraries(checksum LibCrypto)
target_link_libraries(chmod LibMain)
target_link_libraries(chres LibGUI)
target_link_libraries(cksum LibCrypto)
target_link_libraries(config LibConfig)