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

Userland: Add tar command

This commit is contained in:
Peter Elliott 2020-10-01 22:24:24 -07:00 committed by Andreas Kling
parent 99ee93149c
commit b7c7c80ee2
2 changed files with 124 additions and 0 deletions

View file

@ -35,6 +35,7 @@ target_link_libraries(passwd LibCrypt)
target_link_libraries(paste LibGUI)
target_link_libraries(pro LibProtocol)
target_link_libraries(su LibCrypt)
target_link_libraries(tar LibTar)
target_link_libraries(test-crypto LibCrypto LibTLS LibLine)
target_link_libraries(test-compress LibCompress)
target_link_libraries(test-js LibJS LibLine LibCore)