diff options
author | Raffi Enficiaud <raffi.enficiaud@mines-paris.org> | 2016-10-05 07:32:56 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-10-05 13:43:09 (GMT) |
commit | f2b88600f374684e66cbe91697dfed09798ac5b8 (patch) | |
tree | 99de35d3dd3a73f57b9861a5f8f661b4ed87e690 /Help/release/3.7.rst | |
parent | 2f16ab87aeb58525f723ce5f5dc84e1f7730a8b3 (diff) | |
download | CMake-f2b88600f374684e66cbe91697dfed09798ac5b8.zip CMake-f2b88600f374684e66cbe91697dfed09798ac5b8.tar.gz CMake-f2b88600f374684e66cbe91697dfed09798ac5b8.tar.bz2 |
Help: Extend 3.7 release notes for FindMatlab
Diffstat (limited to 'Help/release/3.7.rst')
-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. |