mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 10:39:01 +08:00
64 lines
1.3 KiB
JSON
64 lines
1.3 KiB
JSON
{
|
|
"name": "cmake-user",
|
|
"version-date": "2022-02-18",
|
|
"description": "Test port to verify the vcpkg toolchain in cmake user projects",
|
|
"default-features": [
|
|
"ci"
|
|
],
|
|
"features": {
|
|
"ci": {
|
|
"description": "The CI set of features to test",
|
|
"dependencies": [
|
|
{
|
|
"name": "cmake-user",
|
|
"default-features": false,
|
|
"features": [
|
|
"find-package"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"cmake-3-4": {
|
|
"description": "Use CMake 3.4 to build the test project"
|
|
},
|
|
"find-package": {
|
|
"description": "Ports to be tested via find_package($package)",
|
|
"dependencies": [
|
|
{
|
|
"$package": "BZip2",
|
|
"name": "bzip2"
|
|
},
|
|
{
|
|
"$package": "EXPAT",
|
|
"name": "expat"
|
|
},
|
|
{
|
|
"$package": "Freetype",
|
|
"name": "freetype"
|
|
},
|
|
{
|
|
"$package": "Intl",
|
|
"name": "gettext"
|
|
},
|
|
{
|
|
"$package": "GIF",
|
|
"name": "giflib"
|
|
},
|
|
{
|
|
"$package": "LibLZMA",
|
|
"name": "liblzma"
|
|
},
|
|
{
|
|
"$package": "Curses",
|
|
"name": "ncurses",
|
|
"platform": "!windows & !uwp"
|
|
},
|
|
{
|
|
"$package": "ZLIB",
|
|
"name": "zlib"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|