vcpkg/ports/efsw/vcpkg.json
2024-12-09 11:04:34 -08:00

19 lines
371 B
JSON

{
"name": "efsw",
"version": "1.4.1",
"description": "efsw is a C++ cross-platform file system watcher and notifier.",
"homepage": "https://github.com/SpartanJ/efsw",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}