mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 08:00:06 +00:00
Add range-v3 dependency
This commit is contained in:
parent
1bdfdcafad
commit
33c73ef0e2
3 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ find_package(Boost)
|
|||
find_package(cpr)
|
||||
find_package(LibXml2)
|
||||
find_package(OpenSSL)
|
||||
find_package(range-v3)
|
||||
find_package(re2)
|
||||
find_package(spdlog)
|
||||
|
||||
|
|
@ -303,6 +304,7 @@ target_link_libraries(wxdata PUBLIC aws-cpp-sdk-core
|
|||
cpr::cpr
|
||||
LibXml2::LibXml2
|
||||
OpenSSL::Crypto
|
||||
range-v3::range-v3
|
||||
re2::re2
|
||||
spdlog::spdlog
|
||||
units::units)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue