load("@rules_cc//cc:cc_library.bzl", "cc_library") cc_library( name = "fast_float", hdrs = glob(["include/fast_float/*.h"]), strip_include_prefix = "include", visibility = ["//visibility:public"], )