Skip to content

Commit d960d4f

Browse files
dhruvhebastosipsorcery
authored andcommitted
build: fix MSVC build after subtree update
Co-authored-by: Hennadii Stepanov <[email protected]> Co-authored-by: Aaron Clauson <[email protected]>
1 parent 2619657 commit d960d4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build_msvc/libsecp256k1/libsecp256k1.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<ConfigurationType>StaticLibrary</ConfigurationType>
99
</PropertyGroup>
1010
<ItemGroup>
11+
<ClCompile Include="..\..\src\secp256k1\src\precomputed_ecmult.c" />
12+
<ClCompile Include="..\..\src\secp256k1\src\precomputed_ecmult_gen.c" />
1113
<ClCompile Include="..\..\src\secp256k1\src\secp256k1.c" />
1214
</ItemGroup>
1315
<ItemDefinitionGroup>

0 commit comments

Comments
 (0)