mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
Merge pull request #5600 from leoetlino/xml-library
Externals: Add zeux/pugixml@38edf25
This commit is contained in:
@ -277,6 +277,7 @@ set(LIBS
|
||||
enet
|
||||
inputcommon
|
||||
${LZO}
|
||||
pugixml
|
||||
sfml-network
|
||||
sfml-system
|
||||
videonull
|
||||
|
@ -567,8 +567,11 @@
|
||||
<ProjectReference Include="..\..\..\Externals\cubeb\msvc\cubeb.vcxproj">
|
||||
<Project>{8ea11166-6512-44fc-b7a5-a4d1ecc81170}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="$(ExternalsDir)pugixml\pugixml.vcxproj">
|
||||
<Project>{C636D9D1-82FE-42B5-9987-63B7D4836341}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
Reference in New Issue
Block a user