Initial Meson build support

This commit is contained in:
Anton Kochkov 2023-04-23 14:53:07 +08:00
parent 0650ccbf17
commit 6eb98cbd5e
3 changed files with 93 additions and 0 deletions

15
subprojects/gtest.wrap Normal file
View file

@ -0,0 +1,15 @@
[wrap-file]
directory = googletest-1.13.0
source_url = https://github.com/google/googletest/archive/refs/tags/v1.13.0.tar.gz
source_filename = gtest-1.13.0.tar.gz
source_hash = ad7fdba11ea011c1d925b3289cf4af2c66a352e18d4c7264392fead75e919363
patch_filename = gtest_1.13.0-1_patch.zip
patch_url = https://wrapdb.mesonbuild.com/v2/gtest_1.13.0-1/get_patch
patch_hash = 6d82a02c3a45071cea989983bf6becde801cbbfd29196ba30dada0215393b082
wrapdb_version = 1.13.0-1
[provide]
gtest = gtest_dep
gtest_main = gtest_main_dep
gmock = gmock_dep
gmock_main = gmock_main_dep