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

uname: Port to LibMain

This commit is contained in:
mjz19910 2022-01-03 19:56:58 -07:00 committed by Brian Gianforcaro
parent 91f5fc796b
commit e9a15995fd
2 changed files with 6 additions and 12 deletions

View file

@ -149,6 +149,7 @@ target_link_libraries(top LibMain)
target_link_libraries(touch LibMain)
target_link_libraries(truncate LibMain)
target_link_libraries(tt LibPthread)
target_link_libraries(uname LibMain)
target_link_libraries(uniq LibMain)
target_link_libraries(unzip LibArchive LibCompress)
target_link_libraries(uptime LibMain)