diff options
Diffstat (limited to 'subprojects')
-rw-r--r-- | subprojects/.gitignore | 6 | ||||
-rw-r--r-- | subprojects/gtest.wrap | 16 | ||||
-rw-r--r-- | subprojects/libyaml.wrap | 7 | ||||
-rw-r--r-- | subprojects/libyuv.wrap | 6 |
4 files changed, 35 insertions, 0 deletions
diff --git a/subprojects/.gitignore b/subprojects/.gitignore new file mode 100644 index 00000000..04b6271f --- /dev/null +++ b/subprojects/.gitignore @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: CC0-1.0 + +/googletest-release* +/libyaml +/libyuv +/packagecache diff --git a/subprojects/gtest.wrap b/subprojects/gtest.wrap new file mode 100644 index 00000000..8892e184 --- /dev/null +++ b/subprojects/gtest.wrap @@ -0,0 +1,16 @@ +# SPDX-License-Identifier: CC0-1.0 + +[wrap-file] +directory = googletest-release-1.11.0 +source_url = https://github.com/google/googletest/archive/release-1.11.0.zip +source_filename = gtest-1.11.0.zip +source_hash = 353571c2440176ded91c2de6d6cd88ddd41401d14692ec1f99e35d013feda55a +patch_filename = gtest_1.11.0-1_patch.zip +patch_url = https://wrapdb.mesonbuild.com/v2/gtest_1.11.0-1/get_patch +patch_hash = d38c39184384608b08419be52aed1d0f9d9d1b5ed71c0c35e51cccbdddab7084 + +[provide] +gtest = gtest_dep +gtest_main = gtest_main_dep +gmock = gmock_dep +gmock_main = gmock_main_dep diff --git a/subprojects/libyaml.wrap b/subprojects/libyaml.wrap new file mode 100644 index 00000000..392416c6 --- /dev/null +++ b/subprojects/libyaml.wrap @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: CC0-1.0 + +[wrap-git] +directory = libyaml +url = https://github.com/yaml/libyaml +# tags/0.2.5 +revision = 2c891fc7a770e8ba2fec34fc6b545c672beb37e6 diff --git a/subprojects/libyuv.wrap b/subprojects/libyuv.wrap new file mode 100644 index 00000000..3417e73f --- /dev/null +++ b/subprojects/libyuv.wrap @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: CC0-1.0 + +[wrap-git] +directory = libyuv +url = https://chromium.googlesource.com/libyuv/libyuv.git +revision = 93b1b332cd60b56ab90aea14182755e379c28a80 |