Some examples of matlab mcr development
Dependency management provided by Conan https://conan.io/
The matlab mcr compilation can use the MCR or a full install.
Setting the CMake arg Matlab_ROOT_DIR
to the root of an installation will short-circuit the slower default matlab module search.
Examples are shown using the Catch2 library https://github.com/catchorg/Catch2
Initialization of the MCR is done through a Catch Event Listener
PDAL_DRIVER_PATH=$PWD/cmake-build-debug/src pdal pipeline -i pipelines/pipeline.json -v 8
Previously the examples were based on matlab engine, the little bit that was there can be found in end-of-engine