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

LibCompress: Add support for LZMA streams

This commit is contained in:
Tim Schumacher 2023-03-05 14:34:05 +01:00 committed by Idan Horowitz
parent 5c4ffbcb46
commit b3a9729e23
3 changed files with 812 additions and 0 deletions

View file

@ -2,6 +2,7 @@ set(SOURCES
Brotli.cpp
BrotliDictionary.cpp
Deflate.cpp
Lzma.cpp
Zlib.cpp
Gzip.cpp
)