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

Add support for CUSTOM_PROXY_INCLUDE_DIR and CUSTOM_PROXY_LINK_LIBRARIES #14

Closed kevingurney closed 1 year ago

kevingurney commented 1 year ago

Overview

This pull request makes the following changes:

  1. Closes #13

Future Directions

  1. The documentation in the top-level README.md should be updated to mention support for CUSTOM_PROXY_LINK_LIBRARIES and CUSTOM_PROXY_INCLUDE_DIR.

Notes

  1. Thank you @lafiona and @sreeharihegden for your help with this pull request!