diff options
Diffstat (limited to 'vcpkg/ports/ghc-filesystem/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/ghc-filesystem/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/ghc-filesystem/vcpkg.json b/vcpkg/ports/ghc-filesystem/vcpkg.json new file mode 100644 index 0000000..11e4a5c --- /dev/null +++ b/vcpkg/ports/ghc-filesystem/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "ghc-filesystem", + "version": "1.5.14", + "description": "An implementation of C++17 std::filesystem for C++11/C++14/C++17/C++20 on Windows, macOS, Linux and FreeBSD", + "homepage": "https://github.com/gulrak/filesystem", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |