mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 00:56:14 +00:00
For now this only contains DEFLATE, and a very simple Zlib Eventually GZip, etc. can go here as well.
8 lines
122 B
CMake
8 lines
122 B
CMake
set(SOURCES
|
|
Deflate.cpp
|
|
Zlib.cpp
|
|
)
|
|
|
|
serenity_lib(LibCompress compression)
|
|
target_link_libraries(LibCompress LibC)
|