[manifest]
name = googletest

[download]
url = https://github.com/google/googletest/archive/release-1.10.0.tar.gz
sha256 = 9dc9157a9a1551ec7a7e43daea9a694a0bb5fb8bec81235d8a1e6ef64c716dcb

[build]
builder = cmake
subdir = googletest-release-1.10.0

[cmake.defines]
# Everything else defaults to the shared runtime, so tell gtest that
# it should not use its choice of the static runtime
gtest_force_shared_crt=ON

[cmake.defines.os=windows]
BUILD_SHARED_LIBS=ON
