mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 10:07:15 +02:00
This implements the BrotliDecompressionStream, which is a Core::Stream that can decompress another Core::Stream.
11 lines
182 B
CMake
11 lines
182 B
CMake
set(SOURCES
|
|
Brotli.cpp
|
|
BrotliDictionary.cpp
|
|
Deflate.cpp
|
|
Zlib.cpp
|
|
Gzip.cpp
|
|
)
|
|
|
|
serenity_lib(LibCompress compress)
|
|
target_link_libraries(LibCompress LibC LibCrypto)
|