load("@rules_cc//cc:defs.bzl", "cc_library") cc_library( name = "safeint", hdrs = [ "SafeInt.hpp", "safe_math.h", "safe_math_impl.h", ], includes = ["."], visibility = ["//visibility:public"], )