diff options
Diffstat (limited to 'vcpkg/ports/utfcpp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/utfcpp/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/utfcpp/vcpkg.json b/vcpkg/ports/utfcpp/vcpkg.json new file mode 100644 index 0000000..aebf2ce --- /dev/null +++ b/vcpkg/ports/utfcpp/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "utfcpp", + "version": "4.0.6", + "description": "UTF-8 with C++ in a Portable Way", + "homepage": "https://github.com/nemtrif/utfcpp", + "license": "BSL-1.0", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |