diff options
| author | JMC47 <JMC4789@gmail.com> | 2025-10-17 18:46:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-17 18:46:02 -0400 |
| commit | df809959d05267430e24f81574521cac888e2e6f (patch) | |
| tree | fe41758a379bb1b1e2621743ed287fb5f551ba35 /Externals/cpp-optparse/cpp-optparse.vcxproj | |
| parent | 2e490cefa09310dd2be5eac8d3097d4743bbc6b0 (diff) | |
| parent | 4c87f08ff736509808b07a830be8973223277d89 (diff) | |
Merge pull request #14005 from JoshuaVandaele/cpp-optparse-submodule
Update cpp-optparse to last commit and turn into a submodule
Diffstat (limited to 'Externals/cpp-optparse/cpp-optparse.vcxproj')
| -rw-r--r-- | Externals/cpp-optparse/cpp-optparse.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Externals/cpp-optparse/cpp-optparse.vcxproj b/Externals/cpp-optparse/cpp-optparse.vcxproj index 93196962de..ffe0dfd4c9 100644 --- a/Externals/cpp-optparse/cpp-optparse.vcxproj +++ b/Externals/cpp-optparse/cpp-optparse.vcxproj @@ -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"> |
