Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
2746b57f
Commit
2746b57f
authored
May 15, 2016
by
mazong1123
Browse files
Changed the GTestDir marco value to reflect the new dir of googletest.
parent
d225acc9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
googlemock/msvc/2005/gmock_config.vsprops
googlemock/msvc/2005/gmock_config.vsprops
+1
-1
googlemock/msvc/2010/gmock_config.props
googlemock/msvc/2010/gmock_config.props
+1
-1
No files found.
googlemock/msvc/2005/gmock_config.vsprops
View file @
2746b57f
...
...
@@ -10,6 +10,6 @@
/>
<UserMacro
Name=
"GTestDir"
Value=
"../../
g
test"
Value=
"../../
../google
test"
/>
</VisualStudioPropertySheet>
googlemock/msvc/2010/gmock_config.props
View file @
2746b57f
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup
Label=
"UserMacros"
>
<GTestDir>
../../
g
test
</GTestDir>
<GTestDir>
../../
../google
test
</GTestDir>
</PropertyGroup>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment