We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf949f commit 29908b2Copy full SHA for 29908b2
library.vcxproj
@@ -77,6 +77,7 @@
77
<LinkIncremental>false</LinkIncremental>
78
<IncludePath>.\nlohmann;.\curl;.\;$(IncludePath)</IncludePath>
79
<TargetName>$(ProjectName)_x86</TargetName>
80
+ <LibraryPath>.\curl;$(LibraryPath)</LibraryPath>
81
</PropertyGroup>
82
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
83
<LinkIncremental>true</LinkIncremental>
@@ -232,4 +233,4 @@
232
233
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
234
<ImportGroup Label="ExtensionTargets">
235
</ImportGroup>
-</Project>
236
+</Project>
0 commit comments