vcpkg/ports/platform-folders/vcpkg.json
Samuel Kogler 4edb1e4f14
[platform-folders] Fix incorrect install location for .cmake file (#31605)
* [platform-folders] Fix incorrect install location for .cmake file

* [platform-folders] Update vcpkg version after fix
2023-05-25 15:28:37 -07:00

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