mathworks / libmexclass

libmexclass is a MATLAB framework which enables users to implement the functionality of MATLAB classes in terms of equivalent C++ classes using MEX.
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Closes #53 #52

Closed duncanpo closed 1 year ago

duncanpo commented 1 year ago

Change a cmake_policy to enable setting Matlab_Root to point to MATLAB location

kevingurney commented 1 year ago

Thanks for the pull request, @duncanpo ! Overall this change looks good to me.

Can you please create a GitHub issue to track this Enhancement and associate this pull request with it? You can do this by writing something like "Closes #\<issue-id>" in the pull request description or title.

Thank you!