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

hostname: Port to LibMain

This commit is contained in:
Lucas CHOLLET 2022-01-13 23:15:25 +01:00 committed by Idan Horowitz
parent b3b40ae1fa
commit 8bc1a9e946
2 changed files with 7 additions and 14 deletions

View file

@ -108,6 +108,7 @@ target_link_libraries(gzip LibCompress LibMain)
target_link_libraries(head LibMain)
target_link_libraries(hexdump LibMain)
target_link_libraries(host LibMain)
target_link_libraries(hostname LibMain)
target_link_libraries(id LibMain)
target_link_libraries(ini LibMain)
target_link_libraries(jp LibMain)