vcpkg/ports/open62541pp/vcpkg.json
2024-02-12 14:34:28 -08:00

19 lines
369 B
JSON

{
"name": "open62541pp",
"version": "0.12.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
}
]
}