summaryrefslogtreecommitdiff
path: root/MODULE.bazel
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-03-24 23:49:26 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-03-24 23:49:26 +0100
commit00c0d78199fcfbbb20828be5e06fd2d271fa4c1e (patch)
treee74aa52990af33f7bf1e4d452b464c3e24d1017e /MODULE.bazel
Initial commit
Diffstat (limited to 'MODULE.bazel')
-rw-r--r--MODULE.bazel10
1 files changed, 10 insertions, 0 deletions
diff --git a/MODULE.bazel b/MODULE.bazel
new file mode 100644
index 0000000..36afd5f
--- /dev/null
+++ b/MODULE.bazel
@@ -0,0 +1,10 @@
+module(name = "deimos")
+
+register_execution_platforms(
+ "//:x64_windows-clang-cl"
+)
+
+register_toolchains(
+ "@@local_config_cc//:cc-toolchain-x64_windows-clang-cl",
+)
+