mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:07:46 +00:00
LibCompress: Implement gzip.
This commit is contained in:
parent
9664453739
commit
3f1dfc2e97
4 changed files with 314 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
set(SOURCES
|
||||
Deflate.cpp
|
||||
Zlib.cpp
|
||||
Gzip.cpp
|
||||
)
|
||||
|
||||
serenity_lib(LibCompress compression)
|
||||
target_link_libraries(LibCompress LibC)
|
||||
target_link_libraries(LibCompress LibC LibCrypto)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue