diff options
Diffstat (limited to 'vcpkg/ports/vtk-compile-tools/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/vtk-compile-tools/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/vtk-compile-tools/vcpkg.json b/vcpkg/ports/vtk-compile-tools/vcpkg.json new file mode 100644 index 0000000..cfd2f75 --- /dev/null +++ b/vcpkg/ports/vtk-compile-tools/vcpkg.json @@ -0,0 +1,19 @@ +{ + "name": "vtk-compile-tools", + "version-semver": "9.3.0-pv5.12.1", + "port-version": 1, + "description": "Tools needed for crosscompiling VTK", + "homepage": "https://github.com/Kitware/VTK", + "license": null, + "supports": "native", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |