mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:29:00 +08:00
bb4de6fe3f
* [ms-gltf] create a new port * [ms-gltf] install with CMAKE_INSTALL_PREFIX * add a patch to change install path style * [ms-gltf] enable iOS/UWP & support features * feature: support tests/samples to help debugging in buildtrees * triplet: ios/uwp are now available * [ms-gltf] disable Ninja for Windows * [ms-gltf] format the manifest json * [ms-gltf] update expected failures * x64-linux * [ms-gltf] format the manifest json * [ms-gltf] update comments * [ms-gltf] make "test" default feature * [ms-gltf] add version JSON * Address the review suggestions * vcpkg x-add-version ms-gltf * [ms-gltf] fix 'x64-osx' triplet 'samples' feature * [ms-gltf] update git-tree of port Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
25 lines
491 B
JSON
25 lines
491 B
JSON
{
|
|
"name": "ms-gltf",
|
|
"version-string": "r1.9.5.0",
|
|
"description": "glTF-SDK is a C++ Software Development Kit for glTF",
|
|
"homepage": "https://github.com/microsoft/ms-gltf",
|
|
"supports": "!linux",
|
|
"dependencies": [
|
|
"rapidjson"
|
|
],
|
|
"default-features": [
|
|
"test"
|
|
],
|
|
"features": {
|
|
"samples": {
|
|
"description": "Build with GLTF samples"
|
|
},
|
|
"test": {
|
|
"description": "Build test programs",
|
|
"dependencies": [
|
|
"gtest"
|
|
]
|
|
}
|
|
}
|
|
}
|