diff options
Diffstat (limited to 'vcpkg/ports/sfcgal/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/sfcgal/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/sfcgal/vcpkg.json b/vcpkg/ports/sfcgal/vcpkg.json new file mode 100644 index 0000000..0d1a49f --- /dev/null +++ b/vcpkg/ports/sfcgal/vcpkg.json @@ -0,0 +1,19 @@ +{ + "name": "sfcgal", + "version": "2.2.0", + "description": "sfcgal is a C++ wrapper library around CGAL with the aim of supporting ISO 191007:2013 and OGC Simple Features for 3D operations.", + "homepage": "https://gitlab.com/SFCGAL/SFCGAL", + "license": "LGPL-2.0-or-later", + "supports": "(x64 & (windows | osx | linux)) | (arm64 & osx)", + "dependencies": [ + "cgal", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |