mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 12:39:01 +08:00
70033dbb31
* [pcre2] fix checksum * [pcre2] update to 10.39 * Set static build, format code. * version * [pcre2] Add cmake wrapper to use the generated cmake file * [unicorn-lib] Fix dependency pcre2 * version * [qt5-base] Fix dependency pcre2 * [pcre2] Fix pcre2-config.cmake * version * Re-fix pcre2-config.cmake * Revert changes about pcre-config.cmake * version * remove cmake wrapper * version * Fix static name * version Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
14 lines
286 B
JSON
14 lines
286 B
JSON
{
|
|
"name": "unicorn-lib",
|
|
"version-date": "2020-03-02",
|
|
"port-version": 2,
|
|
"description": "Unicode library for C++ by Ross Smith",
|
|
"homepage": "https://github.com/CaptainCrowbar/unicorn-lib",
|
|
"dependencies": [
|
|
"libiconv",
|
|
"pcre2",
|
|
"rs-core-lib",
|
|
"zlib"
|
|
]
|
|
}
|