diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2025-09-03 00:49:27 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2025-09-03 00:49:27 +0200 |
| commit | d75b25d50f4df655d1e69ff900cfeee823039296 (patch) | |
| tree | e4afe9877021c4c76ffdf8dbbcc25c0c7f1a7f34 /subprojects | |
Initial commit
Only a basic argument parser to start with.
Diffstat (limited to 'subprojects')
| -rw-r--r-- | subprojects/gtest.wrap | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/subprojects/gtest.wrap b/subprojects/gtest.wrap new file mode 100644 index 0000000..3a97714 --- /dev/null +++ b/subprojects/gtest.wrap @@ -0,0 +1,16 @@ +[wrap-file] +directory = googletest-1.17.0 +source_url = https://github.com/google/googletest/archive/refs/tags/v1.17.0.tar.gz +source_filename = googletest-1.17.0.tar.gz +source_hash = 65fab701d9829d38cb77c14acdc431d2108bfdbf8979e40eb8ae567edf10b27c +patch_filename = gtest_1.17.0-3_patch.zip +patch_url = https://wrapdb.mesonbuild.com/v2/gtest_1.17.0-3/get_patch +patch_hash = 3e2799683f27c6dce138b7bae823416581c467ddde755c9a516c0863225f0ceb +source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/gtest_1.17.0-3/googletest-1.17.0.tar.gz +wrapdb_version = 1.17.0-3 + +[provide] +gtest = gtest_dep +gtest_main = gtest_main_dep +gmock = gmock_dep +gmock_main = gmock_main_dep |
