mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 00:39:00 +08:00
d3a67b0559
* [ghc-filesystem] create a new port * [ghc-filesystem] update baseline and port SHA * Update ports/ghc-filesystem/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/ghc-filesystem/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * [ghc-filesystem] update git-tree SHA * [ghc-filesystem] depends vcpkg-cmake ports Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
17 lines
389 B
JSON
17 lines
389 B
JSON
{
|
|
"name": "ghc-filesystem",
|
|
"version": "1.5.4",
|
|
"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",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|