add_executable(deflate src/deflate.cpp)
target_link_libraries(deflate PUBLIC Poco::Foundation)