Update cpp-optparse to last commit and turn into a submodule

This commit is contained in:
Joshua Vandaële
2025-10-10 16:43:49 +02:00
parent 8323c21e40
commit 4c87f08ff7
7 changed files with 19 additions and 878 deletions

View File

@@ -16,10 +16,10 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<ItemGroup>
<ClCompile Include="OptionParser.cpp" />
<ClCompile Include="cpp-optparse\OptionParser.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="OptionParser.h" />
<ClInclude Include="cpp-optparse\OptionParser.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">