mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
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.
7 lines
207 B
Plaintext
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/
|