[Bazel] Add an :all target (#1295)

Having an :all target is the most future-proof way here.

Closes #1294.
This commit is contained in:
Attila Oláh
2023-10-30 20:34:41 +01:00
committed by GitHub
parent 40e9cd8fbc
commit 34e6772389

View File

@@ -8,6 +8,11 @@ def _parse_version(v):
BUILD_FILE_CONTENT_TEMPLATE = """
package(default_visibility = ['//visibility:public'])
filegroup(
name = "all",
srcs = glob(["**"]),
)
filegroup(
name = "includes",
srcs = glob([