mirror of
https://github.com/RGBCube/serenity
synced 2025-10-17 12:22:06 +00:00

For now this only contains DEFLATE, and a very simple Zlib Eventually GZip, etc. can go here as well.
7 lines
122 B
CMake
7 lines
122 B
CMake
set(SOURCES
|
|
Deflate.cpp
|
|
Zlib.cpp
|
|
)
|
|
|
|
serenity_lib(LibCompress compression)
|
|
target_link_libraries(LibCompress LibC)
|