vcpkg/ports/shaderc/vcpkg.json
LilyWangLL 99fe2f9b57
[shaderc] Fix CMake export target files (#23269)
* [shaderc] Fix CMake export files

* update version

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2022-02-28 14:04:15 -08:00

21 lines
420 B
JSON

{
"name": "shaderc",
"version": "2021.1",
"port-version": 2,
"description": "A collection of tools, libraries and tests for shader compilation.",
"homepage": "https://github.com/google/shaderc",
"license": "Apache-2.0",
"dependencies": [
"glslang",
"spirv-tools",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}