mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 10:37:44 +00:00
LibCompress: Add support for XZ
This commit is contained in:
parent
aae1404016
commit
9e990f7329
3 changed files with 611 additions and 0 deletions
|
@ -4,6 +4,7 @@ set(SOURCES
|
|||
Deflate.cpp
|
||||
Lzma.cpp
|
||||
Lzma2.cpp
|
||||
Xz.cpp
|
||||
Zlib.cpp
|
||||
Gzip.cpp
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue