Skip to content

Commit

Permalink
build: fix MSVC build after subtree update
Browse files Browse the repository at this point in the history
Co-authored-by: Hennadii Stepanov <[email protected]>
Co-authored-by: Aaron Clauson <[email protected]>
  • Loading branch information
3 people authored and fanquake committed Apr 7, 2022
1 parent 2619657 commit d960d4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_msvc/libsecp256k1/libsecp256k1.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<ConfigurationType>StaticLibrary</ConfigurationType>
</PropertyGroup>
<ItemGroup>
<ClCompile Include="..\..\src\secp256k1\src\precomputed_ecmult.c" />
<ClCompile Include="..\..\src\secp256k1\src\precomputed_ecmult_gen.c" />
<ClCompile Include="..\..\src\secp256k1\src\secp256k1.c" />
</ItemGroup>
<ItemDefinitionGroup>
Expand Down

0 comments on commit d960d4f

Please sign in to comment.