Closed GoogleCodeExporter closed 9 years ago
I noticed the MD and MT are in separate solutions. It would be super if there
was just one solution for MD and MT. Then only 1 x86 and 1 x64 solution would
be required when generating both 32-bit and 64-bit solutions using cmake.
Original comment by salvor.p...@gmail.com
on 6 Mar 2011 at 6:14
I'm confused by the use case. Presumably:
- You only need gtest for testing your own code.
- You have control over whether your projects link against DLL or non-DLL
runtimes.
Given that, why would you ever need both variants for the same code base?
Original comment by ben.med...@gmail.com
on 6 Mar 2011 at 10:25
The VC project files are provided as a nicety. The recommended way of using
gmock is to use cmake or updating your existing projects with it (instructions
in README). Currently gmock is maintained by volunteers and we don't have the
time/resources to keep improving the VC projects. Sorry.
Original comment by w...@google.com
on 8 Mar 2013 at 5:34
Original issue reported on code.google.com by
salvor.p...@gmail.com
on 4 Mar 2011 at 9:13