vcpkg/ports/tinyfiledialogs/vcpkg.json
Jack·Boos·Yu 667f041ea7
[vcpkg baseline][tinyfiledialogs] Change repo to sourceforge (#19287)
* [tinyfiledialogs] Change repo to sourceforge

* version

* Export INTERFACE_INCLUDE_DIRECTORIES

* Update versions/t-/tinyfiledialogs.json
2021-08-02 16:31:29 -07:00

19 lines
442 B
JSON

{
"name": "tinyfiledialogs",
"version-semver": "3.8.8",
"port-version": 1,
"description": "Highly portable and cross-platform dialogs for native inputbox, passwordbox, colorpicker and more",
"homepage": "https://sourceforge.net/projects/tinyfiledialogs/",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}