1
Fork 0
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:
Tim Schumacher 2023-03-11 14:30:02 +01:00 committed by Andreas Kling
parent aae1404016
commit 9e990f7329
3 changed files with 611 additions and 0 deletions

View file

@ -4,6 +4,7 @@ set(SOURCES
Deflate.cpp
Lzma.cpp
Lzma2.cpp
Xz.cpp
Zlib.cpp
Gzip.cpp
)