early-access version 2853
This commit is contained in:
28
externals/vcpkg/scripts/test_ports/cmake/vcpkg.json
vendored
Executable file
28
externals/vcpkg/scripts/test_ports/cmake/vcpkg.json
vendored
Executable file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "cmake",
|
||||
"version-string": "3.22.2",
|
||||
"description": "CMake is an open-source, cross-platform family of tools designed to build, test and package software.",
|
||||
"homepage": "https://cmake.org/",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": [
|
||||
"bzip2",
|
||||
"curl",
|
||||
"expat",
|
||||
"jsoncpp",
|
||||
"libarchive",
|
||||
"liblzma",
|
||||
"libuv",
|
||||
{
|
||||
"name": "ncurses",
|
||||
"platform": "!(windows | uwp)"
|
||||
},
|
||||
"nghttp2",
|
||||
"qtbase",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
"zlib",
|
||||
"zstd"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user