diff options
Diffstat (limited to 'vcpkg/ports/efsw/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/efsw/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/efsw/vcpkg.json b/vcpkg/ports/efsw/vcpkg.json new file mode 100644 index 0000000..0da37ac --- /dev/null +++ b/vcpkg/ports/efsw/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "efsw", + "version": "1.5.0", + "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 + } + ] +} |