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

Userland: add gunzip utility.

This commit is contained in:
asynts 2020-08-28 17:54:49 +02:00 committed by Andreas Kling
parent 3f1dfc2e97
commit c288b499aa
2 changed files with 82 additions and 0 deletions

View file

@ -39,5 +39,6 @@ target_link_libraries(test-compress LibCompress)
target_link_libraries(test-js LibJS LibLine LibCore)
target_link_libraries(test-web LibWeb)
target_link_libraries(tt LibPthread)
target_link_libraries(gunzip LibCompress)
add_subdirectory(Tests)