mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-04 08:05:34 +08:00
77c73ede01
This works for arm (at least on macOS).
20 lines
375 B
JSON
20 lines
375 B
JSON
{
|
|
"name": "cglm",
|
|
"version-semver": "0.9.1",
|
|
"port-version": 1,
|
|
"description": "Highly Optimized Graphics Math (glm) for C",
|
|
"homepage": "https://github.com/recp/cglm",
|
|
"license": "MIT",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|