Definitely not working on windows. I think there's something to do in CMakeLists.txt file to link SDL2 library (maybe put SDL2 library in a specific folder) during build process but I don't know exactly what?:
Could not find a package configuration file provided by "SDL2" with any of
the following names:
SDL2Config.cmake
sdl2-config.cmake
Add the installation prefix of "SDL2" to CMAKE_PREFIX_PATH or set
"SDL2_DIR" to a directory containing one of the above files. If "SDL2"
provides a separate development package or SDK, be sure it has been
installed.
Definitely not working on windows. I think there's something to do in CMakeLists.txt file to link SDL2 library (maybe put SDL2 library in a specific folder) during build process but I don't know exactly what?: