mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +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)
|