blob: 5dab07c29bbd6ccf28e796b282f0b3263846bc02 [file] [log] [blame]
Brian Silvermana8ae8e92018-07-07 15:33:10 -07001licenses(["notice"])
2
3# The source file was downloaded from:
4# https://github.com/catchorg/Catch2/releases/download/v2.2.3/catch.hpp
5
6cc_library(
7 name = "Catch2",
8 hdrs = ["catch/catch.hpp"],
9 includes = ["."],
10 visibility = ["//visibility:public"],
11)