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

truncate: Port to LibMain and use LibCore syscall wrappers :^)

This commit is contained in:
Andreas Kling 2021-11-23 12:27:33 +01:00
parent 3db9979e40
commit 9eb7030b55
2 changed files with 17 additions and 37 deletions

View file

@ -97,6 +97,7 @@ target_link_libraries(test-crypto LibCrypto LibTLS LibLine)
target_link_libraries(test-fuzz LibCore LibGemini LibGfx LibHTTP LibIPC LibJS LibMarkdown LibShell)
target_link_libraries(test-imap LibIMAP)
target_link_libraries(test-pthread LibThreading)
target_link_libraries(truncate LibMain)
target_link_libraries(tt LibPthread)
target_link_libraries(unzip LibArchive LibCompress)
target_link_libraries(zip LibArchive LibCompress LibCrypto)