Remove `PugiXML` submodule

`PugiXML` was only used for parsing the SharedPreferences settings file, not needed anymore.
This commit is contained in:
lynxnb 2022-01-11 14:56:23 +01:00 committed by ◱ Mark
parent 5b4ca79dc8
commit 2d70be60d1
3 changed files with 0 additions and 7 deletions

3
.gitmodules vendored
View File

@ -11,9 +11,6 @@
[submodule "Frozen"]
path = app/libraries/frozen
url = https://github.com/serge-sans-paille/frozen
[submodule "PugiXML"]
path = app/libraries/pugixml
url = https://github.com/zeux/pugixml.git
[submodule "tzcode"]
path = app/libraries/tzcode
url = https://github.com/skyline-emu/tz

View File

@ -74,9 +74,6 @@ include_directories("libraries/vkma/include")
add_library(vkma STATIC libraries/vkma.cpp)
target_compile_options(vkma PRIVATE -Wno-everything)
# PugiXML (Header-only mode)
include_directories(SYSTEM "libraries/pugixml/src")
# Frozen
include_directories(SYSTEM "libraries/frozen/include")

@ -1 +0,0 @@
Subproject commit 9e382f98076e57581fcc61323728443374889646