1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 02:32:36 +01:00

Update yaml-cpp

This commit is contained in:
Megamouse 2021-10-05 18:51:43 +02:00
parent c7e5a62909
commit 70308d05f3
3 changed files with 5 additions and 1 deletions

@ -1 +1 @@
Subproject commit 6a211f0bc71920beef749e6c35d7d1bcc2447715 Subproject commit 0b67821f307e8c6bf0eba9b6d3250e3cf1441450

View File

@ -52,6 +52,7 @@
</ClCompile> </ClCompile>
<ClCompile Include="yaml-cpp\src\convert.cpp"> <ClCompile Include="yaml-cpp\src\convert.cpp">
</ClCompile> </ClCompile>
<ClCompile Include="yaml-cpp\src\depthguard.cpp" />
<ClCompile Include="yaml-cpp\src\directives.cpp"> <ClCompile Include="yaml-cpp\src\directives.cpp">
</ClCompile> </ClCompile>
<ClCompile Include="yaml-cpp\src\emit.cpp"> <ClCompile Include="yaml-cpp\src\emit.cpp">

View File

@ -91,5 +91,8 @@
<ClCompile Include="yaml-cpp\src\exceptions.cpp"> <ClCompile Include="yaml-cpp\src\exceptions.cpp">
<Filter>Source Files</Filter> <Filter>Source Files</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="yaml-cpp\src\depthguard.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup> </ItemGroup>
</Project> </Project>