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:
parent
a99b50ce8c
commit
b76c66a9ed
2 changed files with 13 additions and 72 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue