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

groupdel: Port to LibMain

This commit is contained in:
TheOddGarlic 2022-01-15 20:08:56 +03:00 committed by Andreas Kling
parent 6499699d6d
commit 6cda142c28
2 changed files with 13 additions and 31 deletions

View file

@ -104,6 +104,7 @@ target_link_libraries(gml-format LibGUI LibMain)
target_link_libraries(grep LibRegex LibMain)
target_link_libraries(gron LibMain)
target_link_libraries(groupadd LibMain)
target_link_libraries(groupdel LibMain)
target_link_libraries(groups LibMain)
target_link_libraries(gunzip LibCompress LibMain)
target_link_libraries(gzip LibCompress LibMain)