Changed the GTestDir marco value to reflect the new dir of googletest.

This commit is contained in:
mazong1123
2016-05-15 20:48:08 +08:00
parent d225acc90b
commit 2746b57f78
2 changed files with 2 additions and 2 deletions

View File

@@ -10,6 +10,6 @@
/>
<UserMacro
Name="GTestDir"
Value="../../gtest"
Value="../../../googletest"
/>
</VisualStudioPropertySheet>