MATLAB MAT File I/O Library
matio can be imported via CMake FindPkgConfig module:
find_package(PkgConfig REQUIRED)
pkg_check_modules(matio REQUIRED IMPORTED_TARGET matio)
target_link_libraries(main PRIVATE PkgConfig::matio)
Enable extended sparse matrix data types not supported in MATLAB
Enable support for version 7.3 MAT files using the HDF5 library
Enable position-independent code (PIC), i.e., compilation with the -fPIC flag
Check for zlib library
v1.5.27#1
All
BSD-2-Clause
Manifest