renestein / Rstein.AsyncCpp

The RStein.AsyncCpp library is a set of types that should be familiar for anyone who knows the Task Parallel Library (TPL) for .NET (C#).
MIT License
31 stars 4 forks source link

Where is gtest/gtest.h? #13

Closed lawabider closed 3 years ago

lawabider commented 3 years ago

I am struggling. Where is gtest.h? Update: ok it looks like I had to include Google's testing. BTW it's great that someone is doing a C++ equivalent of this stuff from c#, thanks.

renestein commented 3 years ago

Hi @lawabider , thanks for your interest. Yes, gtest.h is from Google Test. You can install Google Test using the vcpkg. (https://github.com/microsoft/vcpkg)

vcpkg install googletest
vcpkg install googletest:x64-windows