added datagen.c to lz4.vcxproj
authorPrzemyslaw Skibinski <inikep@gmail.com>
Mon, 7 Nov 2016 13:04:43 +0000 (14:04 +0100)
committerPrzemyslaw Skibinski <inikep@gmail.com>
Mon, 7 Nov 2016 13:04:43 +0000 (14:04 +0100)
visual/VS2010/lz4/lz4.vcxproj

index 4684043..d12ae65 100644 (file)
     <ClInclude Include="..\..\..\lib\lz4frame_static.h" />
     <ClInclude Include="..\..\..\lib\lz4hc.h" />
     <ClInclude Include="..\..\..\lib\xxhash.h" />
+    <ClInclude Include="..\..\..\programs\datagen.h" />
     <ClInclude Include="..\..\..\programs\bench.h" />
     <ClInclude Include="..\..\..\programs\lz4io.h" />
   </ItemGroup>
     <ClCompile Include="..\..\..\lib\lz4frame.c" />
     <ClCompile Include="..\..\..\lib\lz4hc.c" />
     <ClCompile Include="..\..\..\lib\xxhash.c" />
+    <ClCompile Include="..\..\..\programs\datagen.c" />
     <ClCompile Include="..\..\..\programs\bench.c" />
     <ClCompile Include="..\..\..\programs\lz4cli.c" />
     <ClCompile Include="..\..\..\programs\lz4io.c" />