tsl_robin_mapΒΆ

hunter_add_package(tsl_robin_map)
find_package(tsl-robin-map CONFIG REQUIRED)

add_executable(boo boo.cpp)
target_link_libraries(boo PUBLIC tsl::robin_map)