Add gmock as dependency

This commit is contained in:
Jesse Beder
2014-03-23 12:04:03 -05:00
parent f6a6f46ba4
commit e3f120b99d
276 changed files with 131238 additions and 440 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="gmock_config"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="&quot;$(GTestDir)/include&quot;"
/>
<UserMacro
Name="GTestDir"
Value="../../gtest"
/>
</VisualStudioPropertySheet>