Skip to content

Commit

Permalink
Update wrap for version 2.7.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
vedranmiletic authored and sarum9in committed May 21, 2019
1 parent f168cd3 commit 4603709
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
project('catch2',
'cpp',
version : '2.7.2',
license : 'Boost'
)

catch2_dep = declare_dependency(
include_directories : include_directories('single_include')
)
6 changes: 6 additions & 0 deletions upstream.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[wrap-file]
directory = Catch2-2.7.2

source_url = https://github.com/catchorg/Catch2/archive/v2.7.2.zip
source_filename = Catch2-2.7.2.zip
source_hash = 7edd16ed7c9c6725f14e1ae997431a69835a5f9ac1dc90dc8ec1548bd5e0fe02

0 comments on commit 4603709

Please sign in to comment.