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 #37 #38

Closed kevingurney closed 1 year ago

kevingurney commented 1 year ago

Overview

This pull request makes the following changes:

  1. Closes #37

Future Directions

  1. We could consider adding an option to example/CMakeLists.txt that allows ccache support to be toggled on/off.

Notes

N/A