Quote the path to gtestd.lib so that it works with spaces
Originally committed to SVN as r6313.
This commit is contained in:
parent
6414a6ffcb
commit
a72fb8f5bf
1 changed files with 1 additions and 1 deletions
|
@ -6,8 +6,8 @@
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
|
AdditionalDependencies=""$(LibraryOutDir)gtestd.lib""
|
||||||
OutputFile=""
|
OutputFile=""
|
||||||
AdditionalLibraryDirectories="$(LibraryOutDir)"
|
AdditionalLibraryDirectories="$(LibraryOutDir)"
|
||||||
AdditionalDependencies="$(LibraryOutDir)gtestd.lib"
|
|
||||||
/>
|
/>
|
||||||
</VisualStudioPropertySheet>
|
</VisualStudioPropertySheet>
|
||||||
|
|
Loading…
Reference in a new issue