The googleTest environment set up as follow:
Download the googleTest
The load path is https://github.com/google/googletest/tree/release-1.8.0
The file storage path is D:\Ford_SDK_Test\gtest\googletest-release-1.8.0
Ps. because the compile tool is VS2015, so the version of googletest is selected release-1.8.0.
Build the gtest.sln with Vs2015(debug/release)
The file path is D:\Ford_SDK_Test\gtest\googletest-release-1.8.0\googletest\msvc\gtest.sln.
The generated file is gtestd.lib
(its path is D:\Ford_SDK_Test\gtest\googletest-release-1.8.0\googletest\msvc\gtest\Debug <