mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 07:50:04 +00:00
Add re2 dependency
This commit is contained in:
parent
949c983a01
commit
ad87fc77fe
3 changed files with 4 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ project(scwx-data)
|
|||
find_package(Boost)
|
||||
find_package(cpr)
|
||||
find_package(LibXml2)
|
||||
find_package(re2)
|
||||
find_package(spdlog)
|
||||
|
||||
if (NOT MSVC)
|
||||
|
|
@ -268,6 +269,7 @@ target_link_libraries(wxdata PUBLIC aws-cpp-sdk-core
|
|||
aws-cpp-sdk-s3
|
||||
cpr::cpr
|
||||
LibXml2::LibXml2
|
||||
re2::re2
|
||||
spdlog::spdlog
|
||||
units::units)
|
||||
target_link_libraries(wxdata INTERFACE Boost::iostreams
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue