Migrate PhysFS to submodule

This means we are no longer copy-pasting PhysFS source files directly.

Since the source files reside in a src/ subdirectory, the paths in the
CMakeLists.txt have to be adjusted.
This commit is contained in:
Misa
2022-03-13 23:13:39 -07:00
committed by Misa Elizabeth Kai
parent 7a0d3046a5
commit 7a4dff2d75
23 changed files with 16 additions and 16739 deletions

3
.gitmodules vendored
View File

@@ -1,3 +1,6 @@
[submodule "third_party/lodepng"]
path = third_party/lodepng
url = https://github.com/lvandeve/lodepng
[submodule "third_party/physfs"]
path = third_party/physfs
url = https://github.com/icculus/physfs/