diff options
Diffstat (limited to 'vcpkg/ports/cppcms/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/cppcms/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/cppcms/vcpkg.json b/vcpkg/ports/cppcms/vcpkg.json new file mode 100644 index 0000000..d3b9bb9 --- /dev/null +++ b/vcpkg/ports/cppcms/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "cppcms", + "version": "2.0.1", + "description": "CppCMS is a Free High Performance Web Development Framework (not a CMS) aimed at Rapid Web Application Development", + "homepage": "https://github.com/artyom-beilis/cppcms", + "license": null, + "supports": "!uwp", + "dependencies": [ + "icu", + "openssl", + "pcre", + { + "name": "vcpkg-cmake", + "host": true + }, + "zlib" + ] +} |