vcpkg/ports/directx-dxc/vcpkg.json
Mengna-Li 7f74e01712
[directx-dxc] fix error location path (#41554)
Co-authored-by: Mengna-Li <v-limengna@microsoft.com>
2024-10-21 15:32:08 -07:00

25 lines
594 B
JSON

{
"name": "directx-dxc",
"version-date": "2024-07-31",
"port-version": 2,
"description": "DirectX Shader Compiler (LLVM/Clang)",
"homepage": "https://github.com/microsoft/DirectXShaderCompiler",
"documentation": "https://github.com/microsoft/DirectXShaderCompiler/wiki",
"license": null,
"supports": "(windows & !arm32 & !uwp & !xbox) | (linux & x64)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
{
"name": "zlib",
"platform": "linux & !static"
}
]
}