Google Test: error LNK2019: unresolved external symbol with Visual Studio 2013
问题 I'm trying to get my first ever unit test with Google Test framework + Visual Studio 2013.However I'm hitting the below error and can't understand why. 1>------ Build started: Project: FirstGoogleTest, Configuration: Debug Win32 ------ 2>------ Build started: Project: googleTest, Configuration: Debug Win32 ------ 1> MyMultiplier.cpp 2> gtest_main.cc 1> main.cpp 1> Generating Code... 2> gtest-all.cc 1> FirstGoogleTest.vcxproj -> D:_Vault\Workspaces\UnitTestLearning\FirstGoogleTest\Debug