1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-04-29 20:13:52 +00:00

Support MODULE.bazel (#2781)

This commit is contained in:
Igor Machado Coelho 2023-12-13 13:22:56 -03:00 committed by GitHub
parent 53d0d913a4
commit d40a3289e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
MODULE.bazel Normal file
View File

@ -0,0 +1,2 @@
module(name = "catch2")
bazel_dep(name = "bazel_skylib", version = "1.4.2")