aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/fastdds/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/fastdds/vcpkg.json')
-rw-r--r--vcpkg/ports/fastdds/vcpkg.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/vcpkg/ports/fastdds/vcpkg.json b/vcpkg/ports/fastdds/vcpkg.json
new file mode 100644
index 0000000..46dbd82
--- /dev/null
+++ b/vcpkg/ports/fastdds/vcpkg.json
@@ -0,0 +1,24 @@
+{
+ "name": "fastdds",
+ "version": "3.3.0",
+ "description": "eprosima Fast DDS (formerly Fast RTPS) is a C++ implementation of the DDS (Data Distribution Service) standard of the OMG (Object Management Group). eProsima Fast DDS implements the RTPS (Real Time Publish Subscribe) protocol, which provides publisher-subscriber communications over unreliable transports such as UDP, as defined and maintained by the Object Management Group (OMG) consortium.",
+ "homepage": "https://www.eprosima.com/",
+ "license": "Apache-2.0",
+ "supports": "!uwp",
+ "dependencies": [
+ "asio",
+ "fastcdr",
+ "foonathan-memory",
+ "nlohmann-json",
+ "openssl",
+ "tinyxml2",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}