diff options
| author | arcadia-devtools <[email protected]> | 2022-02-24 11:43:00 +0300 |
|---|---|---|
| committer | arcadia-devtools <[email protected]> | 2022-02-24 11:43:00 +0300 |
| commit | 42f6e0ffddb92ca389ac4bcd01acb0caa905c6df (patch) | |
| tree | 6686ff11d0f47de24bfd487d00002ea3fb732490 /contrib/libs/poco/NetSSL_OpenSSL | |
| parent | ae944dbe1a985556fe224f49a2b1ea85147a07fe (diff) | |
intermediate changes
ref:fb678b285db60965c2b65db96852ae4cfb5879d6
Diffstat (limited to 'contrib/libs/poco/NetSSL_OpenSSL')
| -rw-r--r-- | contrib/libs/poco/NetSSL_OpenSSL/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/libs/poco/NetSSL_OpenSSL/CMakeLists.txt b/contrib/libs/poco/NetSSL_OpenSSL/CMakeLists.txt index a8d504c02a0..c5871b53256 100644 --- a/contrib/libs/poco/NetSSL_OpenSSL/CMakeLists.txt +++ b/contrib/libs/poco/NetSSL_OpenSSL/CMakeLists.txt @@ -1,3 +1,5 @@ +find_package(OpenSSL) + add_library(libs-poco-NetSSL_OpenSSL) target_include_directories(libs-poco-NetSSL_OpenSSL PUBLIC ${CMAKE_SOURCE_DIR}/contrib/libs/poco/NetSSL_OpenSSL/include @@ -12,6 +14,7 @@ target_include_directories(libs-poco-NetSSL_OpenSSL PRIVATE ) target_link_libraries(libs-poco-NetSSL_OpenSSL PUBLIC contrib-libs-cxxsupp + OpenSSL::OpenSSL libs-poco-Crypto libs-poco-Foundation libs-poco-JSON |
