diff options
Diffstat (limited to 'vcpkg/ports/kdalgorithms/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/kdalgorithms/vcpkg.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vcpkg/ports/kdalgorithms/vcpkg.json b/vcpkg/ports/kdalgorithms/vcpkg.json new file mode 100644 index 0000000..3d991ac --- /dev/null +++ b/vcpkg/ports/kdalgorithms/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "kdalgorithms", + "version": "1.4", + "description": "KDAB's algorithm helpers for C++14 and up", + "homepage": "https://github.com/KDAB/KDAlgorithms", + "license": "MIT" +} |