[manifest]
name = googletest

[download]
url = https://github.com/google/googletest/archive/release-1.11.0.tar.gz
sha256 = b4870bf121ff7795ba20d20bcdd8627b8e088f2d1dab299a031c1034eddc93d5

[build]
builder = cmake
subdir = googletest-release-1.11.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
