Version:
Usage
Install the latest gtest package with the following command:
meson wrap install gtestOr, download the wrap file directly fromthis linkand place it in the 'subprojects' directory of your project.
Libraries (or programs) from gtest 1.17.0-4 can be used by adding the following lines to your meson.build file:
gtest_dep = dependency('gtest')
gtest_main_dep = dependency('gtest_main')
gmock_dep = dependency('gmock')
gmock_main_dep = dependency('gmock_main')Project Options
Loading patch files...
Patch Files Preview
Loading patch files...