vcpkg/scripts/test_ports/cmake-user/vcpkg.json
Kai Pastor f3a1217662
[freeglut] Update to 3.4.0, cleanup (#28575)
* Add x11 dependency

* Update to 3.4.0, cleanup

* Document exported config

* Update versions

* Test (Free)GLUT cmake usage

* FindGLUT debug postfix support needs CMake 3.13

* Revise installed file names

* Fix typo
2022-12-29 10:34:27 -08:00

158 lines
3.7 KiB
JSON

{
"name": "cmake-user",
"version-date": "2022-11-12",
"description": "Test port to verify the vcpkg toolchain in cmake user projects",
"license": "MIT",
"default-features": [
"ci"
],
"features": {
"ci": {
"description": "The CI set of features to test",
"dependencies": [
{
"name": "cmake-user",
"default-features": false,
"features": [
"cmake-current",
"find-package",
"pkg-check-modules"
]
},
{
"name": "cmake-user",
"default-features": false,
"features": [
"cmake-3-7"
],
"platform": "x64 & (windows | linux | osx) & !uwp"
}
]
},
"cmake-3-7": {
"description": "Run the tests with CMake 3.7"
},
"cmake-current": {
"description": "Run the tests with vcpkg's current version of CMake"
},
"find-package": {
"description": "Ports to be tested via find_package($package)",
"dependencies": [
{
"$package": "BZip2",
"name": "bzip2"
},
{
"$package": "CURL",
"name": "curl",
"default-features": false
},
{
"$package": "EXPAT",
"name": "expat"
},
{
"$package": "Fontconfig",
"$since": "3.14",
"name": "fontconfig",
"platform": "!mingw & !uwp"
},
{
"$package": "Freetype",
"name": "freetype",
"default-features": false
},
{
"$package": "Intl",
"name": "gettext"
},
{
"$package": "GIF",
"name": "giflib"
},
{
"$comment": "CMake 3.13 for debug postfix support",
"$package": "GLUT",
"$since": "3.13",
"name": "freeglut",
"platform": "!uwp & !osx"
},
{
"$package": "ICU",
"name": "icu",
"platform": "!uwp"
},
{
"$package": "Iconv",
"$since": "3.11",
"name": "libiconv"
},
{
"$package": "JPEG",
"name": "libjpeg-turbo"
},
{
"$package": "LibLZMA",
"name": "liblzma"
},
{
"$package": "PNG",
"name": "libpng"
},
{
"$package": "PostgreSQL",
"name": "libpq",
"default-features": false,
"platform": "!uwp & !mingw"
},
{
"$comment": "CMake 3.11 because it needs Iconv",
"$package": "LibXml2",
"$since": "3.11",
"name": "libxml2",
"default-features": false
},
{
"$comment": "CMake 3.11 because it needs Iconv",
"$package": "LibXslt",
"$since": "3.11",
"name": "libxslt",
"default-features": false,
"platform": "!uwp & !mingw"
},
{
"$package": "SQLite3",
"name": "sqlite3",
"$since": "3.14",
"default-features": false
},
{
"$package": "TIFF",
"name": "tiff",
"default-features": false
},
{
"$package": "wxWidgets",
"name": "wxwidgets",
"default-features": false,
"platform": "!uwp"
},
{
"$package": "ZLIB",
"name": "zlib"
}
]
},
"pkg-check-modules": {
"description": "Test `find_package(PkgConfig)` and pkg_check_modules(...)",
"dependencies": [
{
"name": "pkgconf",
"host": true
},
"zlib"
]
}
}
}