mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 07:19:08 +08:00
790f778cb1
* [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 commita9a791bbaf
. Revert "[libxdf] Update to latest commit" This reverts commit834ae8738c
.
19 lines
394 B
JSON
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
|
|
}
|
|
]
|
|
}
|