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
Currently, the
CMakeLists.txt
forlibmexclass
only works formaci64
and notmaca64
.