
it appears a one-character typo in the cmake_minimum_required line prevents it from compiling under CMake 4.0. in order to fix that, I had to take this thing out of submodules... it is recommended to do this after you pull; git submodule deinit extern/libsndfile
11 lines
288 B
Plaintext
11 lines
288 B
Plaintext
[submodule "extern/SDL"]
|
|
path = extern/SDL
|
|
url = https://github.com/libsdl-org/SDL.git
|
|
branch = release-2.28.x
|
|
[submodule "extern/fmt"]
|
|
path = extern/fmt
|
|
url = https://github.com/fmtlib/fmt.git
|
|
[submodule "extern/adpcm"]
|
|
path = extern/adpcm
|
|
url = https://github.com/superctr/adpcm
|