mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 06:17:34 +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:
parent
567845c480
commit
98e18d7339
9 changed files with 764 additions and 1 deletions
|
@ -34,6 +34,7 @@ target_link_libraries(paste LibGUI)
|
|||
target_link_libraries(pro LibProtocol)
|
||||
target_link_libraries(su LibCrypt)
|
||||
target_link_libraries(test-crypto LibCrypto LibTLS LibLine)
|
||||
target_link_libraries(test-compress LibCompress)
|
||||
target_link_libraries(test-js LibJS LibLine LibCore)
|
||||
target_link_libraries(test-web LibWeb)
|
||||
target_link_libraries(tt LibPthread)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue