diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-06-04 21:49:30 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-06-04 21:51:43 +0200 |
commit | 8245d05c468a5835c431ade8fd71edcfe9e434fc (patch) | |
tree | c66f8073aebd20b5c10ec794b61f1e20b43db24f /modules/hedron_compile_commands/0.1.0/MODULE.bazel | |
parent | e305754990234619d2c870b517555d99e4717522 (diff) |
Diffstat (limited to 'modules/hedron_compile_commands/0.1.0/MODULE.bazel')
-rw-r--r-- | modules/hedron_compile_commands/0.1.0/MODULE.bazel | 6 |
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") |