Import picojson to Externals from https://github.com/kazuho/picojson

This commit is contained in:
Pierre Bourdon
2018-01-03 18:16:53 -08:00
parent 7465906a0f
commit 891a1eeb6a
6 changed files with 1250 additions and 1 deletions

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClInclude Include="picojson.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="picojson.cpp" />
</ItemGroup>
</Project>