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 #42 #43

Closed sreeharihegden closed 1 year ago

sreeharihegden commented 1 year ago

Overview

This pull request makes the following changes:

  1. Closes #42

Future Directions

  1. Update the README.md to mention the option to pass the flag CUSTOM_PROXY_RUNTIME_LIBRARIES to the CMakeLists.txt for libmexclass.

Notes

N/A