blob: f318a06a3083056e38b84bfed7de6beb6419b5fa [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 = ["."],
Philipp Schraderdada1072020-11-24 11:34:46 -080010 target_compatible_with = ["@platforms//os:linux"],
Brian Silvermana8ae8e92018-07-07 15:33:10 -070011 visibility = ["//visibility:public"],
12)