mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 01:29:43 +01:00
7a4dff2d75
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.
6 lines
207 B
Text
6 lines
207 B
Text
[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/
|