follyΒΆ

hunter_add_package(folly)
find_package(folly CONFIG REQUIRED)

add_executable(boo boo.cpp)
target_link_libraries(boo PUBLIC Folly::folly)