For some reason I need to build google test from ground up under Windows. While the readme.md tells me that gtest.sln will be automatically generated, I don’t see where it’s coming from.
Did some research and found out older versions of google test came with a msvc folder that would have anything I needed, but I didn’t see it in the current google test GitHub page.
Does anyone know how to build google test in Visual Studio from ground up?