whisper.cpp
whisper.cpp copied to clipboard
Add runtime destination install
Needed for mingw32 build to successfully install the dlls in the correct location.
I realise the default setting in the CMakefile disables the shared library build for mingw32, but when I force it on, I need this change to install the dlls.
(As an aside, we compile and ship binaries for about 9 different platforms for this library for the Julia ecosystem. https://github.com/JuliaPackaging/Yggdrasil/pull/6021)