mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-15 14:59:08 +08:00
a5fd603ae3
* Disable find_package(QT) * Pull qtbase into ogre CI run * Silence warnings
30 lines
565 B
JSON
30 lines
565 B
JSON
{
|
|
"name": "cmake",
|
|
"version": "3.22.2",
|
|
"port-version": 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"
|
|
]
|
|
}
|