зеркало из https://github.com/microsoft/vcpkg.git
31 строка
594 B
JSON
31 строка
594 B
JSON
{
|
|
"name": "ms-gltf",
|
|
"version-date": "2022-06-28",
|
|
"port-version": 1,
|
|
"description": "glTF-SDK is a C++ Software Development Kit for glTF",
|
|
"homepage": "https://github.com/microsoft/glTF-SDK",
|
|
"license": "MIT",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|