summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-11-11 15:56:25 (GMT)
committerBrad King <brad.king@kitware.com>2016-11-11 15:56:25 (GMT)
commita57e76301baf95bc4acf9a1ed50e349220b45579 (patch)
treefb65377f5a31e7d98a15f2ff230b5df5505b2938
parent013193d0b00f5a9db5440b2306548b44cbcfc21c (diff)
downloadCMake-a57e76301baf95bc4acf9a1ed50e349220b45579.zip
CMake-a57e76301baf95bc4acf9a1ed50e349220b45579.tar.gz
CMake-a57e76301baf95bc4acf9a1ed50e349220b45579.tar.bz2
Help: Add notes for topic 'swig_add_library'
-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``.