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

Consider using Git repository URL for `LIBMEXCLASS_DIR` in example `CMakeLists.txt` #26

Closed sreeharihegden closed 1 year ago

sreeharihegden commented 1 year ago

In the libmexclass/example/CMakeLists.txt, the LIBMEXCLASS_DIR is hardcoded as a relative path under the CMAKE_CURRENT_SOURCE_DIR.

Consider using the Git repository URL instead.