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

traceroute: Port to LibMain

This commit is contained in:
Brian Gianforcaro 2022-03-21 00:10:59 -07:00 committed by Andreas Kling
parent 6eebd69b70
commit 08d65e8c38
2 changed files with 25 additions and 45 deletions

View file

@ -196,6 +196,7 @@ target_link_libraries(test-pthread LibThreading)
target_link_libraries(timezone LibMain)
target_link_libraries(top LibMain)
target_link_libraries(touch LibMain)
target_link_libraries(traceroute LibMain)
target_link_libraries(tree LibMain)
target_link_libraries(true LibMain)
target_link_libraries(truncate LibMain)