blob: 5dab07c29bbd6ccf28e796b282f0b3263846bc02 [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 = ["."],
visibility = ["//visibility:public"],
)