diff options
Diffstat (limited to 'vcpkg/ports/unicorn-lib/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/unicorn-lib/vcpkg.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/vcpkg/ports/unicorn-lib/vcpkg.json b/vcpkg/ports/unicorn-lib/vcpkg.json new file mode 100644 index 0000000..46c98ef --- /dev/null +++ b/vcpkg/ports/unicorn-lib/vcpkg.json @@ -0,0 +1,28 @@ +{ + "name": "unicorn-lib", + "version-date": "2022-01-24", + "port-version": 2, + "description": "Unicode library for C++ by Ross Smith", + "homepage": "https://github.com/CaptainCrowbar/unicorn-lib", + "license": "MIT", + "supports": "!uwp", + "dependencies": [ + { + "name": "libiconv", + "platform": "!windows" + }, + { + "name": "pcre2", + "default-features": false + }, + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + }, + "zlib" + ] +} |