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/ecal/vcpkg.json | |
Diffstat (limited to 'vcpkg/ports/ecal/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/ecal/vcpkg.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/vcpkg/ports/ecal/vcpkg.json b/vcpkg/ports/ecal/vcpkg.json new file mode 100644 index 0000000..7b2b9ed --- /dev/null +++ b/vcpkg/ports/ecal/vcpkg.json @@ -0,0 +1,30 @@ +{ + "name": "ecal", + "version-semver": "5.13.3", + "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 + } + ] +} |