vcpkg/ports/cryptopp/vcpkg.json
MonicaLiu 17dd9f8bb9
[cryptopp] Support for Release-only build (#28338)
* update cryptopp

* update version

* update cryptopp

* update version

* update cryptopp

* update version

* Simplify the code

* update version

Co-authored-by: Monica <v-liumonica@microsoft.com>
2022-12-16 11:32:12 -08:00

24 lines
473 B
JSON

{
"name": "cryptopp",
"version": "8.7.0",
"port-version": 1,
"description": "Crypto++ is a free C++ class library of cryptographic schemes.",
"homepage": "https://github.com/weidai11/cryptopp",
"license": "BSL-1.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"pem-pack": {
"description": "Crypto++ with PEM pack"
}
}
}