early-access version 2853
This commit is contained in:
27
externals/vcpkg/ports/opendnp3/vcpkg.json
vendored
Executable file
27
externals/vcpkg/ports/opendnp3/vcpkg.json
vendored
Executable file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "opendnp3",
|
||||
"version": "3.1.1",
|
||||
"port-version": 1,
|
||||
"description": "DNP3 (IEEE-1815) protocol stack. Modern C++ with bindings for .NET and Java.",
|
||||
"homepage": "https://github.com/dnp3/opendnp3/",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
"asio",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
],
|
||||
"features": {
|
||||
"tls": {
|
||||
"description": "Build TLS client/server support",
|
||||
"dependencies": [
|
||||
"openssl"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user