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:
parent
46c4988568
commit
9d48406312
2 changed files with 29 additions and 40 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue