From 34e6772389adbcf83b96278e517b08981519eca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20Ol=C3=A1h?= Date: Mon, 30 Oct 2023 20:34:41 +0100 Subject: [PATCH] [Bazel] Add an :all target (#1295) Having an :all target is the most future-proof way here. Closes #1294. --- bazel/emscripten_deps.bzl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bazel/emscripten_deps.bzl b/bazel/emscripten_deps.bzl index a42238c..0e9a321 100644 --- a/bazel/emscripten_deps.bzl +++ b/bazel/emscripten_deps.bzl @@ -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([