vcpkg/ports/botan/vcpkg.json
Vitalii Koshura a882a809a3
[botan][gtest][openmesh][polyclipping][quill] Fix release-only build (#21023)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-11-03 21:46:49 -07:00

14 lines
317 B
JSON

{
"name": "botan",
"version": "2.18.1",
"port-version": 2,
"description": "A cryptography library written in C++11",
"homepage": "https://botan.randombit.net",
"supports": "!(windows & arm)",
"features": {
"amalgamation": {
"description": "Do an amalgamation build of the library"
}
}
}