mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 04:41:16 +00:00

Note that with the release of 1.8.0, googlemock and googletest are unified into a single release.
16 lines
349 B
XML
16 lines
349 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="gmock_config"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories=""$(GTestDir)/include""
|
|
/>
|
|
<UserMacro
|
|
Name="GTestDir"
|
|
Value="../../../googletest"
|
|
/>
|
|
</VisualStudioPropertySheet>
|