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 `maca64` to `CMakeLists.txt` #77

Closed kevingurney closed 6 months ago

kevingurney commented 6 months ago

Currently, the CMakeLists.txt for libmexclass only works for maci64 and not maca64.