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

tree: Port to LibMain

This commit is contained in:
Names4Noobs 2022-01-24 20:18:18 -05:00 committed by Brian Gianforcaro
parent 790274d4a5
commit a4495bdcba
2 changed files with 8 additions and 7 deletions

View file

@ -169,6 +169,7 @@ target_link_libraries(test-pthread LibThreading)
target_link_libraries(timezone LibMain)
target_link_libraries(top LibMain)
target_link_libraries(touch LibMain)
target_link_libraries(tree LibMain)
target_link_libraries(truncate LibMain)
target_link_libraries(tt LibPthread)
target_link_libraries(umount LibMain)