Add meson build scripts
This commit is contained in:
parent
9919f1aeb2
commit
82b5200857
11 changed files with 2789 additions and 2 deletions
1
subprojects/Catch2/Catch2
Submodule
1
subprojects/Catch2/Catch2
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 531a149ae70dd4143ba1ac28e33d40ab612d3897
|
11
subprojects/Catch2/meson.build
Normal file
11
subprojects/Catch2/meson.build
Normal file
|
@ -0,0 +1,11 @@
|
|||
project('Catch2',
|
||||
version: '2.13.6',
|
||||
meson_version: '>=0.54.0',
|
||||
)
|
||||
|
||||
public_incl = include_directories('Catch2/single_include')
|
||||
catch2_dep = declare_dependency(
|
||||
include_directories: public_incl
|
||||
)
|
||||
|
||||
meson.override_dependency(meson.project_name(), catch2_dep)
|
Loading…
Add table
Add a link
Reference in a new issue