In the libmexclass/example/CMakeLists.txt, currently after building the example using CMake, the entire built artifacts are being copied over to the libmexclass folder in the install location.
This might not be necessary.
Copy only the libmexclass.so and gateway.mexa64,
or the equivalent on other platforms (e.g.: libmexclass.sln and gateway.mexw64 on Windows)
to the destination install folder.
In the libmexclass/example/CMakeLists.txt, currently after building the example using CMake, the entire built artifacts are being copied over to the
libmexclass
folder in the install location.This might not be necessary.
Copy only the
libmexclass.so
andgateway.mexa64
, or the equivalent on other platforms (e.g.:libmexclass.sln
andgateway.mexw64
on Windows) to the destination install folder.