diff options
Diffstat (limited to 'vcpkg/ports/libmatio-cpp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libmatio-cpp/vcpkg.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/libmatio-cpp/vcpkg.json b/vcpkg/ports/libmatio-cpp/vcpkg.json new file mode 100644 index 0000000..0596459 --- /dev/null +++ b/vcpkg/ports/libmatio-cpp/vcpkg.json @@ -0,0 +1,20 @@ +{ + "name": "libmatio-cpp", + "version": "0.3.0", + "description": "matio-cpp is a C++ wrapper for the matio library, automatically dealing with memory allocation and deallocation. It can be used for reading and writing binary MATLAB .mat files from C++, without the need to access or rely on MATLAB's own shared libraries.", + "homepage": "https://github.com/ami-iit/matio-cpp", + "license": "BSD-2-Clause", + "dependencies": [ + "eigen3", + "matio", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + }, + "visit-struct" + ] +} |