diff options
Diffstat (limited to 'vcpkg/ports/cyclonedds-cxx/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/cyclonedds-cxx/vcpkg.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/vcpkg/ports/cyclonedds-cxx/vcpkg.json b/vcpkg/ports/cyclonedds-cxx/vcpkg.json new file mode 100644 index 0000000..5e09d01 --- /dev/null +++ b/vcpkg/ports/cyclonedds-cxx/vcpkg.json @@ -0,0 +1,36 @@ +{ + "name": "cyclonedds-cxx", + "version": "0.10.5", + "description": "C++ binding for Eclipse Cyclone DDS", + "homepage": "https://cyclonedds.io", + "license": "EPL-2.0", + "dependencies": [ + { + "name": "cyclonedds", + "default-features": false + }, + "openssl", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "idllib": { + "description": "Build IDL preprocessor lib", + "dependencies": [ + { + "name": "cyclonedds", + "default-features": false, + "features": [ + "idlc" + ] + } + ] + } + } +} |