diff options
Diffstat (limited to 'vcpkg/ports/openigtlink/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/openigtlink/vcpkg.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/openigtlink/vcpkg.json b/vcpkg/ports/openigtlink/vcpkg.json new file mode 100644 index 0000000..c517b0e --- /dev/null +++ b/vcpkg/ports/openigtlink/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "openigtlink", + "version": "3.0", + "port-version": 4, + "description": "OpenIGTLink is an open-source network communication interface specifically designed for image-guided interventions.", + "homepage": "https://github.com/openigtlink/OpenIGTLink", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |