summaryrefslogtreecommitdiffstats
path: root/library/cpp/openssl/method
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/openssl/method')
-rw-r--r--library/cpp/openssl/method/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/library/cpp/openssl/method/CMakeLists.txt b/library/cpp/openssl/method/CMakeLists.txt
index 48ca9063d88..729948fc0f0 100644
--- a/library/cpp/openssl/method/CMakeLists.txt
+++ b/library/cpp/openssl/method/CMakeLists.txt
@@ -1,7 +1,10 @@
+find_package(OpenSSL)
+
add_library(cpp-openssl-method)
target_link_libraries(cpp-openssl-method PUBLIC
contrib-libs-cxxsupp
yutil
+ OpenSSL::OpenSSL
cpp-openssl-holders
)
target_sources(cpp-openssl-method PRIVATE