| load("@rules_cc//cc:defs.bzl", "cc_library") | |
| cc_library( | |
| name = "robin_map", | |
| hdrs = [ | |
| "include/tsl/robin_growth_policy.h", | |
| "include/tsl/robin_hash.h", | |
| "include/tsl/robin_map.h", | |
| "include/tsl/robin_set.h", | |
| ], | |
| includes = ["."], | |
| strip_include_prefix = "include", | |
| visibility = ["//visibility:public"], | |
| ) |