mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:59:07 +08:00
deab8d5b71
The include path in the generated pkgconfig was incorrect. This updates the port to use the version upstream with this fix.
20 lines
455 B
JSON
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
|
|
}
|
|
]
|
|
}
|