mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-01 13:37:55 +08:00
72 lines
1.5 KiB
JSON
72 lines
1.5 KiB
JSON
|
{
|
||
|
"name": "cmake-user",
|
||
|
"version-date": "2021-07-24",
|
||
|
"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"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"name": "cmake-user",
|
||
|
"default-features": false,
|
||
|
"features": [
|
||
|
"cmake-3-4"
|
||
|
],
|
||
|
"platform": "x64 & (windows | linux | osx) & !uwp"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|