summaryrefslogtreecommitdiff
path: root/Externals/cpp-optparse/cpp-optparse.vcxproj
diff options
context:
space:
mode:
authorJMC47 <JMC4789@gmail.com>2025-10-17 18:46:02 -0400
committerGitHub <noreply@github.com>2025-10-17 18:46:02 -0400
commitdf809959d05267430e24f81574521cac888e2e6f (patch)
treefe41758a379bb1b1e2621743ed287fb5f551ba35 /Externals/cpp-optparse/cpp-optparse.vcxproj
parent2e490cefa09310dd2be5eac8d3097d4743bbc6b0 (diff)
parent4c87f08ff736509808b07a830be8973223277d89 (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.vcxproj4
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">