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:
parent
5c4ffbcb46
commit
b3a9729e23
3 changed files with 812 additions and 0 deletions
|
@ -2,6 +2,7 @@ set(SOURCES
|
|||
Brotli.cpp
|
||||
BrotliDictionary.cpp
|
||||
Deflate.cpp
|
||||
Lzma.cpp
|
||||
Zlib.cpp
|
||||
Gzip.cpp
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue