[manifest]
name = googletest_1_8

[download]
url = https://github.com/google/googletest/archive/release-1.8.0.tar.gz
sha256 = 58a6f4277ca2bc8565222b3bbd58a177609e9c488e8a72649359ba51450db7d8

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