BUILD: Refactor libpng submodule (#10238)

* relocate libpng files

* fix cmake build

* fix MSVC build
This commit is contained in:
polar 2021-05-07 09:07:42 +01:00 committed by GitHub
parent 7b6482c01d
commit ce94a4ecea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 45 additions and 44 deletions

2
.gitmodules vendored
View file

@ -49,7 +49,7 @@
url = https://github.com/RPCS3/yaml-cpp.git
ignore = dirty
[submodule "3rdparty/libpng"]
path = 3rdparty/libpng
path = 3rdparty/libpng/libpng
url = https://github.com/glennrp/libpng.git
ignore = dirty
[submodule "3rdparty/libusb"]