blob: 4b7723bcd3d4329142b99b41206fa10c6cb792ba (
plain)
1
2
3
4
5
6
7
8
|
swig_add_library
----------------
* The :module:`UseSWIG` module gained a ``swig_add_library`` command
to give more flexibility over the old ``swig_add_module`` command.
* The :module:`UseSWIG` module ``swig_add_module`` command is now
deprecated in favor of ``swig_add_library``.
|