vcpkg/ports/open62541pp/vcpkg.json
2024-11-18 21:29:07 -08:00

19 lines
356 B
JSON

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