Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
a57b70145cb0a950c1c3a9a4fddf0438c60126f2
/
.
/
third_party
/
Catch2
/
BUILD
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"
],
)