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/openssl/io/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'library/cpp/openssl/io') diff --git a/library/cpp/openssl/io/CMakeLists.txt b/library/cpp/openssl/io/CMakeLists.txt index 85dcf3de8f0..7d1369237e1 100644 --- a/library/cpp/openssl/io/CMakeLists.txt +++ b/library/cpp/openssl/io/CMakeLists.txt @@ -1,8 +1,11 @@ +find_package(OpenSSL) + add_library(cpp-openssl-io) target_link_libraries(cpp-openssl-io PUBLIC contrib-libs-cxxsupp yutil certs + OpenSSL::OpenSSL cpp-openssl-init cpp-openssl-method ) -- cgit v1.3