I am using the newest SDL release and building my game project on Windows with CMake using the VC release binaries.
I am having a little problem that on a clean build, I need to manually copy the SDL dll into the build directory.
Is there something that I can do to copy the dll automatically, without adding a custom command myself?