I’m trying to build: https://github.com/jansende/benri with google test as a git submodule. However, my build of google test fails with LNK2038. Does anyone has experience on how to get it working?
Found it! One needs to add the -Dgtest_force_shared_crt=ON
option to cmake.