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

nl: Port to LibMain

This commit is contained in:
Kenneth Myhra 2022-01-30 11:17:58 +01:00 committed by Andreas Kling
parent cf207ad938
commit a64b44377d
2 changed files with 4 additions and 2 deletions

View file

@ -138,6 +138,7 @@ target_link_libraries(mv LibMain)
target_link_libraries(mount LibMain)
target_link_libraries(nc LibMain)
target_link_libraries(netstat LibMain)
target_link_libraries(nl LibMain)
target_link_libraries(notify LibGUI)
target_link_libraries(nproc LibMain)
target_link_libraries(open LibDesktop)