Add re2 dependency

This commit is contained in:
Dan Paulat 2023-12-10 07:52:41 -06:00
parent 949c983a01
commit ad87fc77fe
3 changed files with 4 additions and 0 deletions

View file

@ -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