vcpkg/ports/ms-gltf/vcpkg.json
Phoebe f63a6a53b4
[ms-gltf] Update to latest release r1.9.5.4 (#19958)
* [ms-gltf] Fix the wrong homepage

* Update pdb file path

* Pass WINDOWS_USE_MSBUILD to vcpkg_cmake_configure

* Update to latest release r1.9.5.4
2021-09-07 21:09:06 -07:00

29 lines
553 B
JSON

{
"name": "ms-gltf",
"version-string": "r1.9.5.4",
"description": "glTF-SDK is a C++ Software Development Kit for glTF",
"homepage": "https://github.com/microsoft/glTF-SDK",
"supports": "!linux",
"dependencies": [
"rapidjson",
{
"name": "vcpkg-cmake",
"host": true
}
],
"default-features": [
"test"
],
"features": {
"samples": {
"description": "Build with GLTF samples"
},
"test": {
"description": "Build test programs",
"dependencies": [
"gtest"
]
}
}
}