"googlemock/vscode:/vscode.git/clone" did not exist on "ffc9baeb4cb81a7db250249920a9bd3d5ace760a"
Commit 9dd55ad3 authored by shiqian's avatar shiqian
Browse files

Fixes incorrect build instructions on Windows.

parent c97f2f56
...@@ -248,8 +248,9 @@ To configure Boost as a system library. ...@@ -248,8 +248,9 @@ To configure Boost as a system library.
directories. directories.
To configure your project to point to that version of Boost, replace To configure your project to point to that version of Boost, replace
the value of the BoostDir user macro with C:\boost\boost_1_36_0 in the the value of the BoostDir user macro with C:\boost\v_1_36_0 in the
msvc/gtest_dep.vsprops file. You can use any text editor to edit that file. msvc/gmock_config.vsprops file. You can use any text editor to edit
that file.
If you want to use a version of Google Test other then the one bundled with If you want to use a version of Google Test other then the one bundled with
Google Mock, change the value of the GTestDir macro in gmock_config.vsprop Google Mock, change the value of the GTestDir macro in gmock_config.vsprop
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment