mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 05:39:30 +08:00
f63a6a53b4
* [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
29 lines
553 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|