1
Fork 0
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:
Tim Schumacher 2023-03-14 03:15:59 +01:00 committed by Andreas Kling
parent 1b8318ab67
commit aae1404016
3 changed files with 232 additions and 0 deletions

View file

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