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