2
0
Fork 0
mirror of https://github.com/bazel-contrib/rules_foreign_cc synced 2024-12-03 02:52:58 +00:00
rules_foreign_cc/examples/cmake_synthetic/libc/BUILD.bazel
UebelAndre 175b29c6f7
Renamed BUILD files to BUILD.bazel (#540)
* Renamed BUILD files to BUILD.bazel

* Ran Buildifier
2021-03-03 10:08:03 -08:00

6 lines
101 B
Python

filegroup(
name = "c_srcs",
srcs = glob(["**"]),
visibility = ["//visibility:public"],
)