vcpkg/ports/libxdf/vcpkg.json
myd7349 790f778cb1
[libxdf] Add new port (#32816)
* [libxdf] Add new port

* [libxdf] Format

* [libxdf] Add version stuff

* [libxdf] Use vcpkg_install_copyright

* [libxdf] Overwrite version

* [libxdf] Fix pugixml dependency

* [libxdf] Overwrite version

* [libxdf] Update to latest commit

* [libxdf] Overwrite version

* Revert "[libxdf] Overwrite version"

This reverts commit a9a791bbaf.

Revert "[libxdf] Update to latest commit"

This reverts commit 834ae8738c.
2023-08-03 09:55:15 -07:00

19 lines
394 B
JSON

{
"name": "libxdf",
"version": "0.99.8",
"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
}
]
}