Quote the path to gtestd.lib so that it works with spaces

Originally committed to SVN as r6313.
This commit is contained in:
Thomas Goyne 2012-01-18 23:39:52 +00:00
parent 6414a6ffcb
commit a72fb8f5bf
1 changed files with 1 additions and 1 deletions

View File

@ -6,8 +6,8 @@
>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="&quot;$(LibraryOutDir)gtestd.lib&quot;"
OutputFile=""
AdditionalLibraryDirectories="$(LibraryOutDir)"
AdditionalDependencies="$(LibraryOutDir)gtestd.lib"
/>
</VisualStudioPropertySheet>