mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 01:37:35 +00:00
umount: Port to LibMain
This commit is contained in:
parent
2291ef6c3c
commit
e37af0b073
2 changed files with 7 additions and 9 deletions
|
@ -160,6 +160,7 @@ target_link_libraries(top LibMain)
|
|||
target_link_libraries(touch LibMain)
|
||||
target_link_libraries(truncate LibMain)
|
||||
target_link_libraries(tt LibPthread)
|
||||
target_link_libraries(umount LibMain)
|
||||
target_link_libraries(uname LibMain)
|
||||
target_link_libraries(uniq LibMain)
|
||||
target_link_libraries(unzip LibArchive LibCompress LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue