Skip to content

Commit

Permalink
Update wrap for version 2.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
vedranmiletic authored and sarum9in committed Jun 17, 2019
1 parent f168cd3 commit 65ef6cc
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.8.0',
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.8.0

source_url = https://github.com/catchorg/Catch2/archive/v2.8.0.zip
source_filename = Catch2-2.8.0.zip
source_hash = 9f1174ce56b15539576aba7144a23911506fc7721d6aa5a197bea2cdf8c292ac

0 comments on commit 65ef6cc

Please sign in to comment.