summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-11-14 14:44:17 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-11-14 14:44:17 (GMT)
commit4a4be0301bd9c6062738e87892cbe5bd8d900a49 (patch)
treeb295dd5100b0cce4c2baec04378571ae2a22b683 /Help
parentbfa8831f0219d7c01ff3f434882e2ad941206e96 (diff)
parenta57e76301baf95bc4acf9a1ed50e349220b45579 (diff)
downloadCMake-4a4be0301bd9c6062738e87892cbe5bd8d900a49.zip
CMake-4a4be0301bd9c6062738e87892cbe5bd8d900a49.tar.gz
CMake-4a4be0301bd9c6062738e87892cbe5bd8d900a49.tar.bz2
Merge topic 'swig_add_library'
a57e7630 Help: Add notes for topic 'swig_add_library' 013193d0 SwigTest: Update for swig_add_library and add lua example ec1d585c UseSWIG: Do not set PREFIX property for SHARED and STATIC lua libraries 4c5b3c1c UseSWIG: Do not set NO_SONAME property for SHARED and STATIC libraries d0a9d8bb UseSWIG: Add swig_add_library macro.
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/swig_add_library.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/dev/swig_add_library.rst b/Help/release/dev/swig_add_library.rst
new file mode 100644
index 0000000..4b7723b
--- /dev/null
+++ b/Help/release/dev/swig_add_library.rst
@@ -0,0 +1,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``.