summaryrefslogtreecommitdiff
path: root/modules/hedron_compile_commands/0.1.0/MODULE.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hedron_compile_commands/0.1.0/MODULE.bazel')
-rw-r--r--modules/hedron_compile_commands/0.1.0/MODULE.bazel6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/hedron_compile_commands/0.1.0/MODULE.bazel b/modules/hedron_compile_commands/0.1.0/MODULE.bazel
new file mode 100644
index 0000000..97a2f6c
--- /dev/null
+++ b/modules/hedron_compile_commands/0.1.0/MODULE.bazel
@@ -0,0 +1,6 @@
+module(name = "hedron_compile_commands", version = "0.1.0")
+
+p = use_extension("//:workspace_setup.bzl", "hedron_compile_commands_extension")
+pt = use_extension("//:workspace_setup_transitive.bzl", "hedron_compile_commands_extension")
+ptt = use_extension("//:workspace_setup_transitive_transitive.bzl", "hedron_compile_commands_extension")
+pttt = use_extension("//:workspace_setup_transitive_transitive_transitive.bzl", "hedron_compile_commands_extension")