mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 21:39:18 +08:00
23 lines
431 B
JSON
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"
|
|
}
|
|
]
|
|
}
|