desubmodulize libsndfile - PLEASE READ

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
This commit is contained in:
tildearrow 2025-04-02 15:09:53 -05:00
parent cce8aa3579
commit 061991fe60
367 changed files with 106200 additions and 10 deletions

4
.gitmodules vendored
View file

@ -2,10 +2,6 @@
path = extern/SDL
url = https://github.com/libsdl-org/SDL.git
branch = release-2.28.x
[submodule "extern/libsndfile"]
path = extern/libsndfile
url = https://github.com/libsndfile/libsndfile.git
branch = master
[submodule "extern/fmt"]
path = extern/fmt
url = https://github.com/fmtlib/fmt.git