Add xxhash to dependencies

This commit is contained in:
Connor McLaughlin
2020-03-05 21:11:33 +10:00
parent 552a01a9b6
commit d46d681179
11 changed files with 4765 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="src\xxhash.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="include\xxh3.h" />
<ClInclude Include="include\xxhash.h" />
</ItemGroup>
</Project>