diff options
Diffstat (limited to 'library/cpp/http/fetch')
| -rw-r--r-- | library/cpp/http/fetch/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
