Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
2746b57f
Commit
2746b57f
authored
May 15, 2016
by
mazong1123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed the GTestDir marco value to reflect the new dir of googletest.
parent
d225acc9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gmock_config.vsprops
googlemock/msvc/2005/gmock_config.vsprops
+1
-1
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 @@
...
@@ -10,6 +10,6 @@
/>
/>
<UserMacro
<UserMacro
Name=
"GTestDir"
Name=
"GTestDir"
Value=
"../../
g
test"
Value=
"../../
../google
test"
/>
/>
</VisualStudioPropertySheet>
</VisualStudioPropertySheet>
googlemock/msvc/2010/gmock_config.props
View file @
2746b57f
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup
Label=
"UserMacros"
>
<PropertyGroup
Label=
"UserMacros"
>
<GTestDir>
../../
g
test
</GTestDir>
<GTestDir>
../../
../google
test
</GTestDir>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup>
<PropertyGroup>
<_ProjectFileVersion>
10.0.30319.1
</_ProjectFileVersion>
<_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