Add the cpp-optparse project to Externals.

From https://github.com/weisslj/cpp-argparse
This commit is contained in:
Ryan Houdek
2016-01-17 05:09:58 -06:00
committed by Léo Lam
parent d8479869dc
commit 77c7fa836f
9 changed files with 969 additions and 3 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>
<ClCompile Include="OptionParser.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="OptionParser.h" />
</ItemGroup>
</Project>