BASIS  r3148
MATLAB Utilities

Auxiliary implementations for use in MATLAB scripts. More...

+ Collaboration diagram for MATLAB Utilities:

Variables

cmake PROJECT_NAMESPACE_MATLAB
 CMake variable of MATLAB package name of project.

Detailed Description

Auxiliary implementations for use in MATLAB scripts.

Todo:
The MATLAB utilities are not implemented yet. Note, however, that for certain utilities provided for other programming languages there is no use in MATLAB. For example, the ExecutableTargetInfo module is not required as MATLAB does not allow the execution of an executable from within MATLAB scripts.

Variable Documentation

CMake variable of MATLAB package name of project.

The MATLAB package name of a BASIS project is made up of its name in lower case only as well as the package name of the project it belongs to.

For information on MATLAB's package and class folders, visit the following web page from MathWorks:

See also:
http://www.mathworks.com/help/techdoc/matlab_oop/brfynt_-1.html

Definition at line 139 of file ProjectSettings.cmake.