You need to generate the SDL3.dll file first.
To generate it, follow these steps:
- Navigate to
cd vendors/sdl/build - Build
cmake .. - Build
make - Copy
SDL3.dllfromvendors/sdl/buildinto the folder with your executable
git submodule update <specific path to submodule>