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
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies=""$(LibraryOutDir)gtestd.lib""
|
||||
OutputFile=""
|
||||
AdditionalLibraryDirectories="$(LibraryOutDir)"
|
||||
AdditionalDependencies="$(LibraryOutDir)gtestd.lib"
|
||||
/>
|
||||
</VisualStudioPropertySheet>
|
||||
|
|
Loading…
Reference in a new issue