From 42f6e0ffddb92ca389ac4bcd01acb0caa905c6df Mon Sep 17 00:00:00 2001 From: arcadia-devtools Date: Thu, 24 Feb 2022 11:43:00 +0300 Subject: intermediate changes ref:fb678b285db60965c2b65db96852ae4cfb5879d6 --- library/cpp/http/fetch/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'library/cpp/http/fetch') diff --git a/library/cpp/http/fetch/CMakeLists.txt b/library/cpp/http/fetch/CMakeLists.txt index bacb742a054..52f844c8d16 100644 --- a/library/cpp/http/fetch/CMakeLists.txt +++ b/library/cpp/http/fetch/CMakeLists.txt @@ -1,7 +1,10 @@ +find_package(ZLIB) + add_library(cpp-http-fetch) target_link_libraries(cpp-http-fetch PUBLIC contrib-libs-cxxsupp yutil + ZLIB::ZLIB library-cpp-charset cpp-digest-md5 cpp-http-misc -- cgit v1.3