1 2 3 4 5 6 7
set(SOURCES Deflate.cpp Zlib.cpp ) serenity_lib(LibCompress compression) target_link_libraries(LibCompress LibC)