1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-06 21:13:32 +02:00
VVVVVV/.gitmodules
Misa 7a4dff2d75 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.
2022-03-13 23:50:37 -07:00

7 lines
207 B
Plaintext

[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/