Skip to content

Commit 260a7ba

Browse files
committed
Meson: Add wrap file for Catch2
[why] This way we can avoid having to install it for CI runs. Signed-off-by: Lars Froehlich <lars.froehlich@desy.de>
1 parent a152bb0 commit 260a7ba

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

subprojects/catch2.wrap

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[wrap-git]
2+
directory = catch2
3+
url = https://github.com/catchorg/Catch2.git
4+
revision = v3.8.0
5+
6+
[provide]
7+
dependency_names = catch2_dep, catch2_with_main_dep
8+
catch2 = catch2_dep
9+
catch2_with_main = catch2_with_main_dep

0 commit comments

Comments
 (0)