diff options
Diffstat (limited to 'vcpkg/ports/ms-gltf/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/ms-gltf/vcpkg.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/vcpkg/ports/ms-gltf/vcpkg.json b/vcpkg/ports/ms-gltf/vcpkg.json new file mode 100644 index 0000000..8a0eb8b --- /dev/null +++ b/vcpkg/ports/ms-gltf/vcpkg.json @@ -0,0 +1,30 @@ +{ + "name": "ms-gltf", + "version-date": "2024-09-05", + "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", + "supports": "!osx & !ios & !android" + }, + "test": { + "description": "Build test programs", + "dependencies": [ + "gtest" + ] + } + } +} |