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

groupadd: Port to LibMain and use the new Core::Group abstraction :^)

This commit is contained in:
Kenneth Myhra 2022-01-02 22:54:06 +01:00 committed by Andreas Kling
parent a99b50ce8c
commit b76c66a9ed
2 changed files with 13 additions and 72 deletions

View file

@ -102,6 +102,7 @@ target_link_libraries(functrace LibDebug LibX86 LibMain)
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(groups LibMain)
target_link_libraries(gunzip LibCompress LibMain)
target_link_libraries(gzip LibCompress LibMain)