vcpkg/ports/libxdf/vcpkg.json
2024-12-23 11:37:34 -06:00

19 lines
394 B
JSON

{
"name": "libxdf",
"version": "0.99.9",
"description": "C++ library for loading multimodal, multi-rate signals stored in XDF files.",
"homepage": "https://xdf-modules.github.io/libxdf/",
"license": "BSD-2-Clause",
"dependencies": [
"pugixml",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}