mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 18:30:06 +00:00
Add OpenSSL::Crypto as a dependency for wxdata
This commit is contained in:
parent
517013633d
commit
f156716173
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ project(scwx-data)
|
||||||
find_package(Boost)
|
find_package(Boost)
|
||||||
find_package(cpr)
|
find_package(cpr)
|
||||||
find_package(LibXml2)
|
find_package(LibXml2)
|
||||||
|
find_package(OpenSSL)
|
||||||
find_package(re2)
|
find_package(re2)
|
||||||
find_package(spdlog)
|
find_package(spdlog)
|
||||||
|
|
||||||
|
|
@ -291,6 +292,7 @@ target_link_libraries(wxdata PUBLIC aws-cpp-sdk-core
|
||||||
aws-cpp-sdk-s3
|
aws-cpp-sdk-s3
|
||||||
cpr::cpr
|
cpr::cpr
|
||||||
LibXml2::LibXml2
|
LibXml2::LibXml2
|
||||||
|
OpenSSL::Crypto
|
||||||
re2::re2
|
re2::re2
|
||||||
spdlog::spdlog
|
spdlog::spdlog
|
||||||
units::units)
|
units::units)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue