blob: 4e907cc8b7ba7580724ef6af84480036616b75f5 [file] [log] [blame] [edit]
# This file is licensed under the Apache License v2.0 with LLVM Exceptions.
# See https://llvm.org/LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
bzl_library(
name = "configure",
srcs = ["configure.bzl"],
visibility = ["//visibility:public"],
)