early-access version 2853
This commit is contained in:
17
externals/vcpkg/ports/cppfs/vcpkg.json
vendored
Executable file
17
externals/vcpkg/ports/cppfs/vcpkg.json
vendored
Executable file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "cppfs",
|
||||
"version-string": "1.3.0",
|
||||
"port-version": 1,
|
||||
"description": "Cross-platform C++ file system library supporting multiple backends",
|
||||
"supports": "!uwp",
|
||||
"features": {
|
||||
"ssh": {
|
||||
"description": "SSH backend for cppfs",
|
||||
"dependencies": [
|
||||
"libssh2",
|
||||
"openssl",
|
||||
"zlib"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user