vcpkg/ports/cwalk/vcpkg.json
Jia Yue Hua 2e59b8243b
[cwalk] update to 1.2.9 (#36620)
* [cwalk] update to 1.2.9

* [cwalk] update to 1.2.9

* bde config fix
2024-02-07 12:29:55 -08:00

17 lines
392 B
JSON

{
"name": "cwalk",
"version": "1.2.9",
"description": "Path library for C/C++. Cross-Platform for Windows, MacOS and Linux. Supports UNIX and Windows path styles on those platforms.",
"homepage": "https://likle.github.io/cwalk/",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}