mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:09:00 +08:00
4cca179bd7
* [spirv-tools] Lower-case dirs for cmake config * Simplify CMake config fixup * Add usage * Update versions * [shaderc] Minor fixes * Fix package imports in build and exported config * Add usage - shaderc_util is a private lib The port never installed this lib's headers. * Fix pc file installation * Update versions * [spirv-tools] Add tools feature * [spirv-tools] Fix exported cmake config * [shaderc] Fis SPIRV-Tools target * Fix tools feature
25 lines
479 B
JSON
25 lines
479 B
JSON
{
|
|
"name": "spirv-tools",
|
|
"version": "2022.4",
|
|
"port-version": 1,
|
|
"description": "API and commands for processing SPIR-V modules",
|
|
"homepage": "https://github.com/KhronosGroup/SPIRV-Tools",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
"spirv-headers",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build tools."
|
|
}
|
|
}
|
|
}
|