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