vcpkg/ports/nativefiledialog/vcpkg.json
Andrey 5236efaa9d
Fix nativefiledialog port using build time include dir (#18923)
* Fix nativefiledialog port using build time include dir

* Update ports/nativefiledialog/vcpkg.json

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* Update ports/nativefiledialog/vcpkg.json

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* Update versions/n-/nativefiledialog.json

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* Update versions/baseline.json

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* Update tree hash

* Update versions/n-/nativefiledialog.json

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-07-16 11:57:20 -07:00

24 lines
516 B
JSON

{
"name": "nativefiledialog",
"version-date": "2019-08-28",
"port-version": 1,
"description": "A tiny, neat C library that portably invokes native file open and save dialogs",
"homepage": "https://github.com/mlabbe/nativefiledialog",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"zenity": {
"description": "Using Zenity backend on Linux"
}
}
}