dep/xxhash: Update to latest version

This commit is contained in:
Connor McLaughlin
2020-12-24 03:12:33 +10:00
parent 6de53054c1
commit 34dace4506
7 changed files with 4854 additions and 2605 deletions

View File

@@ -2,9 +2,10 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="src\xxhash.c" />
<ClCompile Include="src\xxh_x86dispatch.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="include\xxh3.h" />
<ClInclude Include="include\xxhash.h" />
<ClInclude Include="include\xxh_x86dispatch.h" />
</ItemGroup>
</Project>