early-access version 2853
This commit is contained in:
21
externals/vcpkg/ports/fastrtps/vcpkg.json
vendored
Executable file
21
externals/vcpkg/ports/fastrtps/vcpkg.json
vendored
Executable file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "fastrtps",
|
||||
"version": "2.4.0",
|
||||
"description": "Eprosima Fast RTPS is a C++ implementation of 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/",
|
||||
"dependencies": [
|
||||
"asio",
|
||||
"fastcdr",
|
||||
"foonathan-memory",
|
||||
"openssl",
|
||||
"tinyxml2",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user