Version:
Usage
Install the latest catch2 package with the following command:
meson wrap install catch2Or, download the wrap file directly fromthis linkand place it in the 'subprojects' directory of your project.
Libraries (or programs) from catch2 3.11.0-1 can be used by adding the following lines to your meson.build file:
catch2_dep = dependency('catch2')
catch2-with-main_dep = dependency('catch2-with-main')Patch Files Preview
No patch files needed for this package.