vcpkg/ports/ecal/vcpkg.json
DownerCase bb77388661
[ecal] Add new port (#33296)
* [ecal] Add new port

* Fix patch typo
2023-09-26 00:24:39 -07:00

31 lines
580 B
JSON

{
"name": "ecal",
"version-semver": "5.12.0",
"description": "eCAL - enhanced Communication Abstraction Layer",
"homepage": "https://eclipse-ecal.github.io/ecal/",
"license": "Apache-2.0",
"supports": "!emscripten",
"dependencies": [
"asio",
{
"name": "hdf5",
"default-features": false
},
{
"name": "protobuf",
"default-features": false
},
"simpleini",
"tclap",
"tcp-pubsub",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}