rules_cc/cc/runfiles/BUILD

13 lines
276 B
Python

load("//cc:cc_library.bzl", "cc_library")
licenses(["notice"])
cc_library(
name = "runfiles",
srcs = ["runfiles.cc"],
hdrs = ["runfiles.h"],
include_prefix = "rules_cc/cc/runfiles",
strip_include_prefix = ".",
visibility = ["//visibility:public"],
)