Skip to content

Commit 29908b2

Browse files
authored
Update library.vcxproj
1 parent bdf949f commit 29908b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

library.vcxproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
<LinkIncremental>false</LinkIncremental>
7878
<IncludePath>.\nlohmann;.\curl;.\;$(IncludePath)</IncludePath>
7979
<TargetName>$(ProjectName)_x86</TargetName>
80+
<LibraryPath>.\curl;$(LibraryPath)</LibraryPath>
8081
</PropertyGroup>
8182
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
8283
<LinkIncremental>true</LinkIncremental>
@@ -232,4 +233,4 @@
232233
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
233234
<ImportGroup Label="ExtensionTargets">
234235
</ImportGroup>
235-
</Project>
236+
</Project>

0 commit comments

Comments
 (0)