Lib and dll name of debug vs release have same name

I applaud you for providing builds, but…
I think it is a bad practice to make the lib and dlls the same name when doing debug and release. it makes using the lib difficult. You seem to like CMake and it has and expects to create both release and debug from same generated instance. (you could provide one zip for download if you just packaged them in debug and release subfolders but that depends on the FindPackage…