diff options
Diffstat (limited to 'vcpkg/ports/icu/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/icu/vcpkg.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/vcpkg/ports/icu/vcpkg.json b/vcpkg/ports/icu/vcpkg.json new file mode 100644 index 0000000..95957ac --- /dev/null +++ b/vcpkg/ports/icu/vcpkg.json @@ -0,0 +1,30 @@ +{ + "name": "icu", + "version": "78.1", + "description": "Mature and widely used Unicode and localization library.", + "homepage": "https://icu.unicode.org/home", + "license": "ICU", + "dependencies": [ + { + "name": "icu", + "host": true, + "features": [ + "tools" + ] + }, + { + "name": "vcpkg-cmake-get-vars", + "host": true + }, + { + "name": "vcpkg-make", + "host": true + } + ], + "features": { + "tools": { + "description": "Build tools", + "supports": "!uwp" + } + } +} |