mirror of
https://github.com/RGBCube/serenity
synced 2025-07-07 02:07:34 +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)
|