Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit 85e205c

Browse files
Kostiantyn Ponomarenkosarum9in
authored andcommitted
Create wrap files for catch2-2.4.1.
1 parent f168cd3 commit 85e205c

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

meson.build

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
project('catch2',
2+
'cpp',
3+
version : '2.4.1',
4+
license : 'Boost'
5+
)
6+
7+
catch2_dep = declare_dependency(
8+
include_directories : include_directories('single_include')
9+
)

upstream.wrap

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[wrap-file]
2+
directory = Catch2-2.4.1
3+
4+
source_url = https://github.com/catchorg/Catch2/archive/v2.4.1.zip
5+
source_filename = Catch2-2.4.1.zip
6+
source_hash = cc3f04a62f8b099175625385e885bb1b6277bd17bda9a2d55052eaab1917be79

0 commit comments

Comments
 (0)