Skip to content

Commit

Permalink
Added bls and mcl to libbitcoin_common.vcxproj.in
Browse files Browse the repository at this point in the history
  • Loading branch information
mxaddict committed Feb 18, 2024
1 parent 165a540 commit 86846f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build_msvc/libbitcoin_common/libbitcoin_common.vcxproj.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
<ItemGroup>
<ClCompile Include="..\..\src\common\url.cpp" />
@SOURCE_FILES@
<ProjectReference Include="..\..\src\bls\src\proj\bls384_256.vcxproj">
<Project>{1DBB979A-C212-45CD-9563-446A96F87F72}</Project>
</ProjectReference>
<ProjectReference Include="..\..\src\bls\mcl\src\proj\mcl.vcxproj">
<Project>{1DBB979A-C212-45CD-9563-446A96F87F71}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Expand Down

0 comments on commit 86846f8

Please sign in to comment.