Skip to content

Commit

Permalink
gtest include path now combined with gmock
Browse files Browse the repository at this point in the history
  • Loading branch information
Niall Ryan authored and Niall Ryan committed Oct 24, 2011
1 parent b407669 commit 2df9a56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cpp/Source/ProtoBufRemoteTest/ProtoBufRemoteTest.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<IntDir>obj\$(Configuration)\</IntDir>
<LibraryPath>$(GmockDebugLibPath);$(ProtoBufDebugLibPath);$(LibraryPath)</LibraryPath>
<IncludePath>$(GtestIncludePath);$(GmockIncludePath);$(ProtoBufIncludePath);$(BoostIncludePath);C:\Program Files\Microsoft DirectX SDK %28February 2010%29\Include;$(IncludePath)</IncludePath>
<IncludePath>$(GmockIncludePath);$(ProtoBufIncludePath);$(BoostIncludePath);C:\Program Files\Microsoft DirectX SDK %28February 2010%29\Include;$(IncludePath)</IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<OutDir>$(ProjectDir)obj\$(Configuration)\</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<IntDir>obj\$(Configuration)\</IntDir>
<LibraryPath>$(GmockReleaseLibPath);$(ProtoBufReleaseLibPath);$(LibraryPath)</LibraryPath>
<IncludePath>$(GtestIncludePath);$(GmockIncludePath);$(ProtoBufIncludePath);$(BoostIncludePath);C:\Program Files\Microsoft DirectX SDK %28February 2010%29\Include;$(IncludePath)</IncludePath>
<IncludePath>$(GmockIncludePath);$(ProtoBufIncludePath);$(BoostIncludePath);C:\Program Files\Microsoft DirectX SDK %28February 2010%29\Include;$(IncludePath)</IncludePath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
Expand Down

0 comments on commit 2df9a56

Please sign in to comment.