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