diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-24 11:43:00 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-24 11:43:00 +0300 |
commit | 42f6e0ffddb92ca389ac4bcd01acb0caa905c6df (patch) | |
tree | 6686ff11d0f47de24bfd487d00002ea3fb732490 /library/cpp/http/fetch/CMakeLists.txt | |
parent | ae944dbe1a985556fe224f49a2b1ea85147a07fe (diff) | |
download | ydb-42f6e0ffddb92ca389ac4bcd01acb0caa905c6df.tar.gz |
intermediate changes
ref:fb678b285db60965c2b65db96852ae4cfb5879d6
Diffstat (limited to 'library/cpp/http/fetch/CMakeLists.txt')
-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 bacb742a05..52f844c8d1 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 |