Bazel support: Add license annotations

This commit is contained in:
Vertexwahn
2025-04-15 21:35:04 +02:00
committed by Chris Thrasher
parent 74fcff6e5b
commit 3013cb897b
4 changed files with 22 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
module(name = "catch2")
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "rules_cc", version = "0.0.17")
bazel_dep(name = "rules_cc", version = "0.1.1")
bazel_dep(name = "rules_license", version = "1.0.0")