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 CMake-based build system #4

Closed kevingurney closed 1 year ago

kevingurney commented 1 year ago

To make it possible to build libmexclass in a relatively consistent way on Linux, macOS, and Windows, we can add a CMake-based build system.