Skip to content

FindMatlab: Add SIMULINK component and add options to matlab_add_mex

Ghost User requested to merge (removed):matlab_add_mex_component_simulink into master
  • Adds a SIMULINK component that sets Matlab_SIMULINK_FOUND to TRUE and appends the path to the Simulink include directory to Matlab_INCLUDE_DIRS .

  • Adds options to build executable and module or shared libraries to matlab_add_mex. Currently the behavior is hard-coded to build shared libraries and that is preserved as the default.

  • Makes minor documentation changes to add the missing description of the MEX_COMPILER component and correct a spelling mistake.

Merge request reports