mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
e3919bae17
Manage alternate library name by passing -interface <library_name> for python language or -dllimport <library_name> for CSharp language to the SWIG compiler. Fixes: #18771
8 lines
290 B
ReStructuredText
8 lines
290 B
ReStructuredText
UseSWIG-alternate-library-name
|
|
------------------------------
|
|
|
|
* The :module:`UseSWIG` module learned to manage alternate library names by
|
|
passing ``-interface <library_name>`` for ``python`` language or
|
|
``-dllimport <library_name>`` for ``CSharp`` language to the ``SWIG``
|
|
compiler.
|