brintos

brintos / llvm-project-archived public Read only

0
0
Text · 311 B · b8d04be Raw
13 lines · plain
1cc_library(2    name = "robin_map",3    hdrs = [4        "include/tsl/robin_growth_policy.h",5        "include/tsl/robin_hash.h",6        "include/tsl/robin_map.h",7        "include/tsl/robin_set.h",8    ],9    includes = ["."],10    strip_include_prefix = "include",11    visibility = ["//visibility:public"],12)13