"docs/gmock_cook_book.md" did not exist on "073a2da4032d95744345ef21cb3256cc551033ad"
gmock_config.vsprops 341 Bytes
Newer Older
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="gmock_config"
	>
	<Tool
		Name="VCCLCompilerTool"
9
		AdditionalIncludeDirectories="&quot;$(GTestDir)/include&quot;"
10
11
12
	/>
	<UserMacro
		Name="GTestDir"
13
		Value="../../gtest"
14
15
	/>
</VisualStudioPropertySheet>