vcpkg/ports/pcre/vcpkg.json
Osyotr edf3441180
[pcre] Fix x64-linux-dynamic build (#25671)
Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
2022-07-11 16:25:36 -07:00

19 lines
330 B
JSON

{
"name": "pcre",
"version": "8.45",
"port-version": 5,
"description": "Perl Compatible Regular Expressions",
"homepage": "https://www.pcre.org/",
"license": null,
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}