Linker error - linking two “application” type projects in order to use Google Test
问题 I am trying to test a function with Google Test. It seems that everything is set up correctly, and it builds and executes fine without gtest... (There is a bit of complexity in the code, so I cannot list all the source files here, but without adding gtest, the files are linking properly, and running as they should). It is an application type project. It has a number of library dependencies... irrelevant. The test project is added as a separate project to the solution. It has the tested