In our application, we use PARDISO solver and DGEMM call from Intel MKL. In some cases, our application needs to be linked at our customer end, which requires MKL libraries to be installed on their computers. This can be avoided using custom dynamic linkage. This works correctly on Linux but on Windows, I need to provide .dll and .lib generated.
From the documentation, it is clear to me that we can distribute .dll but not sure about .lib. Can I re-distribute header library generated (.lib) along with our package?