1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 23:17:45 +00:00

tty: Port to LibMain

This commit is contained in:
Kenneth Myhra 2022-03-29 22:14:51 +02:00 committed by Brian Gianforcaro
parent cf154ec0d9
commit 1ee93e0fe7
2 changed files with 3 additions and 1 deletions

View file

@ -211,6 +211,7 @@ target_link_libraries(tree LibMain)
target_link_libraries(true LibMain)
target_link_libraries(truncate LibMain)
target_link_libraries(tt LibPthread LibMain)
target_link_libraries(tty LibMain)
target_link_libraries(umount LibMain)
target_link_libraries(uname LibMain)
target_link_libraries(uniq LibMain)