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 /contrib/libs/poco/Crypto | |
parent | ae944dbe1a985556fe224f49a2b1ea85147a07fe (diff) | |
download | ydb-42f6e0ffddb92ca389ac4bcd01acb0caa905c6df.tar.gz |
intermediate changes
ref:fb678b285db60965c2b65db96852ae4cfb5879d6
Diffstat (limited to 'contrib/libs/poco/Crypto')
-rw-r--r-- | contrib/libs/poco/Crypto/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/libs/poco/Crypto/CMakeLists.txt b/contrib/libs/poco/Crypto/CMakeLists.txt index eeefc74efc..39f64a1c98 100644 --- a/contrib/libs/poco/Crypto/CMakeLists.txt +++ b/contrib/libs/poco/Crypto/CMakeLists.txt @@ -1,3 +1,5 @@ +find_package(OpenSSL) + add_library(libs-poco-Crypto) target_include_directories(libs-poco-Crypto PUBLIC ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Crypto/include @@ -9,6 +11,7 @@ target_include_directories(libs-poco-Crypto PRIVATE ) target_link_libraries(libs-poco-Crypto PUBLIC contrib-libs-cxxsupp + OpenSSL::OpenSSL libs-poco-Foundation ) target_sources(libs-poco-Crypto PRIVATE |