mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-14 11:09:56 -06:00
When testing on macOS, the command `swig_add_library("mytarget")`
creates a library `libmytarget.so` instead of `libmytarget.dylib`.
Subsequently, the library is not found by `dotnet` and the
swig-generated `DllImport` statements.
Fixes: #23967
41 KiB
41 KiB