diff options
Diffstat (limited to 'vcpkg/ports/mdspan/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/mdspan/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/mdspan/vcpkg.json b/vcpkg/ports/mdspan/vcpkg.json new file mode 100644 index 0000000..4004be7 --- /dev/null +++ b/vcpkg/ports/mdspan/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "mdspan", + "version": "0.6.0", + "description": "A non-owning multi-dimensional array reference type.", + "homepage": "https://github.com/kokkos/mdspan", + "license": "BSD-3-Clause", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |