mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 03:07:35 +00:00
LibCompress: Add support for LZMA2
This commit is contained in:
parent
1b8318ab67
commit
aae1404016
3 changed files with 232 additions and 0 deletions
|
@ -3,6 +3,7 @@ set(SOURCES
|
|||
BrotliDictionary.cpp
|
||||
Deflate.cpp
|
||||
Lzma.cpp
|
||||
Lzma2.cpp
|
||||
Zlib.cpp
|
||||
Gzip.cpp
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue