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:
parent
3db9979e40
commit
9eb7030b55
2 changed files with 17 additions and 37 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue