s3ΒΆ

hunter_add_package(s3)
find_package(s3 CONFIG REQUIRED)

add_executable(boo boo.cpp)
target_link_libraries(boo PUBLIC s3::s3)