Skip to content

CSharp: Do not generate IMPLIB property for exported C# libraries

KonanM requested to merge KonanM/cmake:bugfix-export-sharp-libraries into master

When using install(EXPORT ...) on a C# library, do not set the IMPORTED_IMPLIB property because C# libraries do not have import libraries.

Fixes: #19353
Topic-rename: csharp-export-no-implib

Edited by Brad King

Merge request reports