diff options
Diffstat (limited to 'vcpkg/ports/libmorton/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libmorton/vcpkg.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vcpkg/ports/libmorton/vcpkg.json b/vcpkg/ports/libmorton/vcpkg.json new file mode 100644 index 0000000..084c22d --- /dev/null +++ b/vcpkg/ports/libmorton/vcpkg.json @@ -0,0 +1,15 @@ +{ + "name": "libmorton", + "version": "0.2.12", + "description": "Header-only library for encoding/decoding Morton codes in/from 2D/3D coordinates", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |