vcpkg/ports/directxmath/vcpkg.json
Chuck Walbourn deab8d5b71
[directxmath] port update to fix include path in pkgconfig (#37151)
The include path in the generated pkgconfig was incorrect. This updates
the port to use the version upstream with this fix.
2024-03-07 22:53:32 -08:00

20 lines
455 B
JSON

{
"name": "directxmath",
"version-date": "2024-02-14",
"port-version": 1,
"description": "DirectXMath SIMD C++ math library",
"homepage": "https://github.com/Microsoft/DirectXMath",
"documentation": "https://docs.microsoft.com/windows/win32/dxmath/directxmath-portal",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}