vcpkg/ports/soem/vcpkg.json

23 lines
431 B
JSON
Raw Normal View History

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