From dc21c281864f4fb7630f2d2ea34c7a58d8b178b3 Mon Sep 17 00:00:00 2001 From: aiuto Date: Wed, 17 Apr 2024 18:44:38 -0400 Subject: [PATCH] create empty MODULE.bazel files in examples to bazel does not complain (#855) --- examples/rich_structure/MODULE.bazel | 0 examples/time_stamping/MODULE.bazel | 0 examples/where_is_my_output/MODULE.bazel | 0 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 examples/rich_structure/MODULE.bazel create mode 100644 examples/time_stamping/MODULE.bazel create mode 100644 examples/where_is_my_output/MODULE.bazel diff --git a/examples/rich_structure/MODULE.bazel b/examples/rich_structure/MODULE.bazel new file mode 100644 index 00000000..e69de29b diff --git a/examples/time_stamping/MODULE.bazel b/examples/time_stamping/MODULE.bazel new file mode 100644 index 00000000..e69de29b diff --git a/examples/where_is_my_output/MODULE.bazel b/examples/where_is_my_output/MODULE.bazel new file mode 100644 index 00000000..e69de29b