mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:09:06 +08:00
11be87ec56
* [libcpplocate] New port * UWP unsupported Errors that I don't know how to fix and personally unfamiliar with UWP. Maybe someone else knows how to fix/support it * Add version * Apply suggestions from code review Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Simplify patch * Update version * Use tagged v2.3.0 * Update version Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
19 lines
443 B
JSON
19 lines
443 B
JSON
{
|
|
"name": "libcpplocate",
|
|
"version-semver": "2.3.0",
|
|
"description": "Cross-platform C++ library providing tools for applications to locate themselves, their data assets as well as dependent modules.",
|
|
"homepage": "https://cpplocate.org/",
|
|
"license": "MIT",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|