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
Overview
This pull request makes the following changes:
Future Directions
README.md
should be updated to mention support forCUSTOM_PROXY_LINK_LIBRARIES
andCUSTOM_PROXY_INCLUDE_DIR
.Notes