1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 21:47:45 +00:00

mount: Port to LibMain

This commit is contained in:
Kenneth Myhra 2022-01-21 21:22:16 +01:00 committed by Andreas Kling
parent 46c4988568
commit 9d48406312
2 changed files with 29 additions and 40 deletions

View file

@ -135,6 +135,7 @@ target_link_libraries(mkfifo LibMain)
target_link_libraries(mknod LibMain)
target_link_libraries(mktemp LibMain)
target_link_libraries(mv LibMain)
target_link_libraries(mount LibMain)
target_link_libraries(nc LibMain)
target_link_libraries(netstat LibMain)
target_link_libraries(notify LibGUI)