Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

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
}
]
}