[Bazel] Add an :all target (#1295)
Having an :all target is the most future-proof way here. Closes #1294.
This commit is contained in:
@@ -8,6 +8,11 @@ def _parse_version(v):
|
|||||||
BUILD_FILE_CONTENT_TEMPLATE = """
|
BUILD_FILE_CONTENT_TEMPLATE = """
|
||||||
package(default_visibility = ['//visibility:public'])
|
package(default_visibility = ['//visibility:public'])
|
||||||
|
|
||||||
|
filegroup(
|
||||||
|
name = "all",
|
||||||
|
srcs = glob(["**"]),
|
||||||
|
)
|
||||||
|
|
||||||
filegroup(
|
filegroup(
|
||||||
name = "includes",
|
name = "includes",
|
||||||
srcs = glob([
|
srcs = glob([
|
||||||
|
|||||||
Reference in New Issue
Block a user