diff options
| author | Park DongHa <luncliff@gmail.com> | 2021-01-25 18:54:04 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-25 01:54:04 -0800 |
| commit | bb4de6fe3f215a722df05193b774c32ddceb3097 (patch) | |
| tree | cad8b3e805aa985d4aee3987656687ebcf5d2461 /versions | |
| parent | cc093a822431437b4a78945032f2996efe668a7d (diff) | |
| download | vcpkg-bb4de6fe3f215a722df05193b774c32ddceb3097.tar.gz vcpkg-bb4de6fe3f215a722df05193b774c32ddceb3097.zip | |
[ms-gltf] Add new port (#14971)
* [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>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/m-/ms-gltf.json | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 353ff3db4..bc4973d54 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3868,6 +3868,10 @@ "baseline": "alias", "port-version": 0 }, + "ms-gltf": { + "baseline": "r1.9.5.0", + "port-version": 0 + }, "ms-gsl": { "baseline": "3.1.0", "port-version": 0 diff --git a/versions/m-/ms-gltf.json b/versions/m-/ms-gltf.json new file mode 100644 index 000000000..f583a8a81 --- /dev/null +++ b/versions/m-/ms-gltf.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "1c3bf009ece6942607e095c0088810b6dbf86d38", + "version-string": "r1.9.5.0", + "port-version": 0 + } + ] +} |
