mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
4edb1e4f14
* [platform-folders] Fix incorrect install location for .cmake file * [platform-folders] Update vcpkg version after fix
19 lines
415 B
JSON
19 lines
415 B
JSON
{
|
|
"name": "platform-folders",
|
|
"version": "4.2.0",
|
|
"port-version": 1,
|
|
"description": "A C++ library to look for special directories like \"My Documents\" and \"%APPDATA%\"",
|
|
"homepage": "https://github.com/sago007/PlatformFolders",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|