1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-09 23:34:23 +00:00

chore: update catch2 to 2.13.4 for Apple Silicon support (#75)

This commit is contained in:
Gregor Jasny 2021-02-22 17:10:47 +01:00 committed by GitHub
parent 58833fa067
commit c1e7c1475a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 1089 additions and 569 deletions

View file

@ -34,8 +34,8 @@ cc_binary(
cc_library(
name = "catch",
srcs = [],
hdrs = ["test/3rdparty/Catch2/catch.hpp"],
strip_include_prefix = "test/3rdparty/Catch2",
hdrs = ["test/3rdparty/Catch2/include/catch2/catch.hpp"],
strip_include_prefix = "test/3rdparty/Catch2/include",
)
cc_test(