diff options
Diffstat (limited to 'vcpkg/ports/tevclient/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/tevclient/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/tevclient/vcpkg.json b/vcpkg/ports/tevclient/vcpkg.json new file mode 100644 index 0000000..4b56bcc --- /dev/null +++ b/vcpkg/ports/tevclient/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "tevclient", + "version-date": "2023-12-04", + "description": "C++ client library for communicating to the tev image viewer", + "homepage": "https://github.com/westlicht/tevclient", + "supports": "!uwp", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |