diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/libmatio-cpp/vcpkg.json | |
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" + ] +} |