diff options
author | Brad King <brad.king@kitware.com> | 2016-10-06 14:08:20 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-10-06 14:08:20 (GMT) |
commit | b2cf1cba07633a242d5d13f694609a505c6a6235 (patch) | |
tree | d8ba6912256cd0eada0eec39376b1000ef6fa304 /Help | |
parent | 6e634e387fd3a31e19fb6af48a1f09999a2ddd64 (diff) | |
parent | f2b88600f374684e66cbe91697dfed09798ac5b8 (diff) | |
download | CMake-b2cf1cba07633a242d5d13f694609a505c6a6235.zip CMake-b2cf1cba07633a242d5d13f694609a505c6a6235.tar.gz CMake-b2cf1cba07633a242d5d13f694609a505c6a6235.tar.bz2 |
Merge topic 'FindMatlab-documentation'
f2b88600 Help: Extend 3.7 release notes for FindMatlab
2f16ab87 FindMatlab: small documentation fixes
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/3.7.rst | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Help/release/3.7.rst b/Help/release/3.7.rst index f02b62d..9794267 100644 --- a/Help/release/3.7.rst +++ b/Help/release/3.7.rst @@ -176,7 +176,14 @@ Modules * A :module:`FindICU` module was introduced to find the International Components for Unicode (ICU) libraries and programs. -* The :module:`FindMatlab` module learned to find a SIMULINK component. +* The :module:`FindMatlab` module learned to find the SIMULINK and MAT + components. + +* The :module:`FindMatlab` module :command:`matlab_add_mex` command learned + to add executables and modules. + +* The :module:`FindMatlab` module :command:`matlab_add_unit_test` command + learned to support inline Matlab test code. * The :module:`FindOpenCL` module now provides imported targets. |