blob: f318a06a3083056e38b84bfed7de6beb6419b5fa [file] [log] [blame]
licenses(["notice"])
# The source file was downloaded from:
# https://github.com/catchorg/Catch2/releases/download/v2.2.3/catch.hpp
cc_library(
name = "Catch2",
hdrs = ["catch/catch.hpp"],
includes = ["."],
target_compatible_with = ["@platforms//os:linux"],
visibility = ["//visibility:public"],
)