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

Utilities: Port ifconfig to LibMain

This commit is contained in:
alexmajor 2022-01-12 23:42:43 -05:00 committed by Andreas Kling
parent 8efd6bc878
commit 67473085a1
2 changed files with 7 additions and 15 deletions

View file

@ -110,6 +110,7 @@ target_link_libraries(hexdump LibMain)
target_link_libraries(host LibMain)
target_link_libraries(hostname LibMain)
target_link_libraries(id LibMain)
target_link_libraries(ifconfig LibMain)
target_link_libraries(ini LibMain)
target_link_libraries(jp LibMain)
target_link_libraries(js LibJS LibLine LibMain)