vcpkg/ports/cspice/vcpkg.json
2022-01-26 15:19:58 -08:00

19 lines
364 B
JSON

{
"name": "cspice",
"version": "67",
"port-version": 1,
"description": "NASA C SPICE toolkit",
"homepage": "https://naif.jpl.nasa.gov/naif/toolkit_C.html",
"supports": "!((arm | arm64) & windows)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}