diff options
Diffstat (limited to 'vcpkg/ports/cppp-reiconv/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/cppp-reiconv/vcpkg.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/cppp-reiconv/vcpkg.json b/vcpkg/ports/cppp-reiconv/vcpkg.json new file mode 100644 index 0000000..ae359b2 --- /dev/null +++ b/vcpkg/ports/cppp-reiconv/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "cppp-reiconv", + "version": "2.1.0", + "description": "cppp-reiconv: A character set conversion library based on GNU LIBICONV for The C++ Plus Project.", + "homepage": "https://github.com/cppp-project/cppp-reiconv", + "license": "LGPL-3.0", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |