diff options
Diffstat (limited to 'vcpkg/ports/cdt/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/cdt/vcpkg.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/vcpkg/ports/cdt/vcpkg.json b/vcpkg/ports/cdt/vcpkg.json new file mode 100644 index 0000000..151da99 --- /dev/null +++ b/vcpkg/ports/cdt/vcpkg.json @@ -0,0 +1,25 @@ +{ + "name": "cdt", + "version": "1.4.1", + "description": "Constrained Delaunay Triangulation", + "homepage": "https://github.com/artem-ogre/CDT.git", + "license": "MPL-2.0", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "64-bit-index-type": { + "description": "64bits are used to store vertex/triangle index types" + }, + "as-compiled-library": { + "description": "Templates for float and double will be instantiated and compiled into a library" + } + } +} |