Closed lawabider closed 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
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.