mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibCompress: Add LibCompress
For now this only contains DEFLATE, and a very simple Zlib Eventually GZip, etc. can go here as well.
This commit is contained in:
7
Libraries/LibCompress/CMakeLists.txt
Normal file
7
Libraries/LibCompress/CMakeLists.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
set(SOURCES
|
||||
Deflate.cpp
|
||||
Zlib.cpp
|
||||
)
|
||||
|
||||
serenity_lib(LibCompress compression)
|
||||
target_link_libraries(LibCompress LibC)
|
||||
Reference in New Issue
Block a user