diff options
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 + } + ] +} |