vcpkg/ports/soem/vcpkg.json
2023-10-10 15:01:19 -07:00

23 lines
431 B
JSON

{
"name": "soem",
"version-date": "2023-06-09",
"port-version": 1,
"description": "Simple Open Source EtherCAT Master",
"homepage": "https://github.com/OpenEtherCATsociety/SOEM",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
{
"name": "winpcap",
"platform": "windows"
}
]
}