rules_foreign_cc/toolchains/native_tools/BUILD.bazel

8 lines
167 B
Python
Raw Normal View History

load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
bzl_library(
name = "bzl_srcs",
srcs = glob(["**/*.bzl"]),
visibility = ["//visibility:public"],
)