Skip to content

Commit

Permalink
Update Windows build
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Zaverucha <[email protected]>
  • Loading branch information
zaverucha committed Dec 5, 2018
1 parent 942cd80 commit c2821bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions VisualStudio/libpicnic.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,19 @@
<ClCompile Include="..\hash.c" />
<ClCompile Include="..\lowmc_constants.c" />
<ClCompile Include="..\picnic.c" />
<ClCompile Include="..\picnic2_impl.c" />
<ClCompile Include="..\picnic_impl.c" />
<ClCompile Include="..\picnic_types.c" />
<ClCompile Include="..\sha3\KeccakHash.c" />
<ClCompile Include="..\sha3\KeccakP-1600-reference.c" />
<ClCompile Include="..\sha3\KeccakSpongeWidth1600.c" />
<ClCompile Include="..\tree.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\hash.h" />
<ClInclude Include="..\lowmc_constants.h" />
<ClInclude Include="..\picnic.h" />
<ClInclude Include="..\picnic2_impl.h" />
<ClInclude Include="..\picnic_impl.h" />
<ClInclude Include="..\picnic_types.h" />
<ClInclude Include="..\platform.h" />
Expand All @@ -42,6 +45,7 @@
<ClInclude Include="..\sha3\KeccakP-1600-SnP.h" />
<ClInclude Include="..\sha3\KeccakSponge-common.h" />
<ClInclude Include="..\sha3\KeccakSpongeWidth1600.h" />
<ClInclude Include="..\tree.h" />
</ItemGroup>
<ItemGroup>
<None Include="..\sha3\KeccakSponge.inc" />
Expand Down

0 comments on commit c2821bb

Please sign in to comment.