Migrate Bazel build to use Bzlmod

This commit is contained in:
Martin Hořeňovský
2025-01-05 14:38:51 +01:00
parent 0321d2fce3
commit a3b67a3abe
3 changed files with 4 additions and 16 deletions

View File

@@ -1,3 +1,4 @@
module(name = "catch2")
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "rules_cc", version = "0.0.17")