vcpkg/ports/open62541pp/vcpkg.json
2024-07-22 22:12:41 -07:00

19 lines
369 B
JSON

{
"name": "open62541pp",
"version": "0.14.0",
"description": "C++ wrapper of the open62541 OPC UA library",
"homepage": "https://open62541pp.github.io/open62541pp/",
"license": "MPL-2.0",
"dependencies": [
"open62541",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}