2023-03-13 23:33:18 +03:00
|
|
|
{
|
2023-05-15 21:35:10 +03:00
|
|
|
"version": 3,
|
2023-03-13 23:33:18 +03:00
|
|
|
"cmakeMinimumRequired": {
|
|
|
|
"major": 3,
|
|
|
|
"minor": 13,
|
|
|
|
"patch": 0
|
|
|
|
},
|
|
|
|
"configurePresets": [
|
|
|
|
{
|
|
|
|
"name": "windows-default",
|
2023-06-10 04:08:13 +03:00
|
|
|
"displayName": "Windows",
|
2023-03-13 23:33:18 +03:00
|
|
|
"description": "Sets Ninja generator, and compilers. Configures vcpkg in manifest mode.",
|
|
|
|
"generator": "Ninja",
|
|
|
|
"binaryDir": "${sourceDir}/out/build/${presetName}",
|
|
|
|
"hidden": true,
|
|
|
|
"cacheVariables": {
|
|
|
|
"VCPKG_MANIFEST_MODE": true
|
|
|
|
},
|
|
|
|
"vendor": {
|
|
|
|
"microsoft.com/VisualStudioSettings/CMake/1.0": {
|
|
|
|
"hostOS": [ "Windows" ]
|
|
|
|
}
|
2023-05-15 21:35:10 +03:00
|
|
|
},
|
|
|
|
"condition": {
|
|
|
|
"type": "equals",
|
|
|
|
"lhs": "${hostSystemName}",
|
|
|
|
"rhs": "Windows"
|
2023-03-13 23:33:18 +03:00
|
|
|
}
|
|
|
|
},
|
2023-07-20 22:07:26 +03:00
|
|
|
{
|
|
|
|
"name": "msvc-windows-default",
|
|
|
|
"displayName": "MSVC Windows",
|
|
|
|
"description": "Sets MSVC generator, and compilers. Configures vcpkg in manifest mode.",
|
|
|
|
"generator": "Visual Studio 17 2022",
|
|
|
|
"binaryDir": "${sourceDir}/out/build/${presetName}",
|
|
|
|
"hidden": true,
|
|
|
|
"cacheVariables": {
|
|
|
|
"VCPKG_MANIFEST_MODE": true
|
|
|
|
},
|
|
|
|
"vendor": {
|
|
|
|
"microsoft.com/VisualStudioSettings/CMake/1.0": {
|
|
|
|
"hostOS": [ "Windows" ]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"condition": {
|
|
|
|
"type": "equals",
|
|
|
|
"lhs": "${hostSystemName}",
|
|
|
|
"rhs": "Windows"
|
|
|
|
}
|
|
|
|
},
|
2023-03-13 23:33:18 +03:00
|
|
|
{
|
|
|
|
"name": "x64-static",
|
|
|
|
"displayName": "Windows x64 Static",
|
2023-06-06 19:10:39 +03:00
|
|
|
"description": "Windows Default, x64 architecture, static CRT.",
|
2023-03-13 23:33:18 +03:00
|
|
|
"inherits": "windows-default",
|
|
|
|
"hidden": true,
|
|
|
|
"cacheVariables": {
|
|
|
|
"VCPKG_TARGET_TRIPLET": "x64-windows-static",
|
|
|
|
"MSVC_USE_STATIC_CRT": true
|
|
|
|
},
|
|
|
|
"architecture": {
|
|
|
|
"value": "x64",
|
|
|
|
"strategy": "external"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "x86-static",
|
|
|
|
"displayName": "Windows x86 Static",
|
2023-06-06 19:10:39 +03:00
|
|
|
"description": "Windows Default, x86 architecture.",
|
2023-03-13 23:33:18 +03:00
|
|
|
"inherits": "windows-default",
|
|
|
|
"hidden": true,
|
|
|
|
"cacheVariables": {
|
|
|
|
"VCPKG_TARGET_TRIPLET": "x86-windows-static",
|
|
|
|
"MSVC_USE_STATIC_CRT": true
|
|
|
|
},
|
|
|
|
"architecture": {
|
|
|
|
"value": "x86",
|
|
|
|
"strategy": "external"
|
|
|
|
}
|
|
|
|
},
|
2023-07-20 22:07:26 +03:00
|
|
|
{
|
|
|
|
"name": "x86-msvc-static",
|
|
|
|
"displayName": "Windows x86 MSVC Static",
|
|
|
|
"description": "Windows Default, MSVC, x86 architecture.",
|
|
|
|
"inherits": "msvc-windows-default",
|
|
|
|
"hidden": true,
|
|
|
|
"cacheVariables": {
|
|
|
|
"VCPKG_TARGET_TRIPLET": "x86-windows-static",
|
|
|
|
"MSVC_USE_STATIC_CRT": true
|
|
|
|
},
|
|
|
|
"architecture": "win32"
|
|
|
|
},
|
2023-03-13 23:33:18 +03:00
|
|
|
{
|
|
|
|
"name": "x64",
|
|
|
|
"displayName": "Windows x64",
|
2023-06-06 19:10:39 +03:00
|
|
|
"description": "x64 architecture.",
|
2023-03-13 23:33:18 +03:00
|
|
|
"inherits": "windows-default",
|
|
|
|
"hidden": true,
|
|
|
|
"cacheVariables": {
|
2023-05-10 23:58:39 +03:00
|
|
|
"VCPKG_TARGET_TRIPLET": "x64-windows",
|
|
|
|
"BUILD_SHARED_LIBS": true
|
2023-03-13 23:33:18 +03:00
|
|
|
},
|
|
|
|
"architecture": {
|
|
|
|
"value": "x64",
|
|
|
|
"strategy": "external"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "x86",
|
|
|
|
"displayName": "Windows x86",
|
|
|
|
"description": "Ninja Generator, x86 architecture.",
|
|
|
|
"inherits": "windows-default",
|
|
|
|
"hidden": true,
|
|
|
|
"cacheVariables": {
|
2023-05-10 23:58:39 +03:00
|
|
|
"VCPKG_TARGET_TRIPLET": "x86-windows",
|
|
|
|
"BUILD_SHARED_LIBS": true
|
2023-03-13 23:33:18 +03:00
|
|
|
},
|
|
|
|
"architecture": {
|
|
|
|
"value": "x86",
|
|
|
|
"strategy": "external"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
2023-07-20 22:07:26 +03:00
|
|
|
"name": "debug-build",
|
|
|
|
"displayName": "Debug Build",
|
|
|
|
"description": "Debug Build (Hidden)",
|
2023-03-13 23:33:18 +03:00
|
|
|
"hidden": true,
|
|
|
|
"cacheVariables": {
|
|
|
|
"CMAKE_BUILD_TYPE": "Debug"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
2023-07-20 22:07:26 +03:00
|
|
|
"name": "release-build",
|
|
|
|
"displayName": "Release Build",
|
|
|
|
"description": "Release Build (Hidden)",
|
2023-03-13 23:33:18 +03:00
|
|
|
"hidden": true,
|
|
|
|
"cacheVariables": {
|
|
|
|
"CMAKE_BUILD_TYPE": "RelWithDebInfo"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
2023-07-20 22:07:26 +03:00
|
|
|
"name": "enable-tests",
|
|
|
|
"displayName": "Enable Tests",
|
|
|
|
"description": "Enable Tests (Hidden)",
|
2023-03-13 23:33:18 +03:00
|
|
|
"hidden": true,
|
|
|
|
"cacheVariables": {
|
2023-07-20 22:07:26 +03:00
|
|
|
"BUILD_TESTING": true,
|
|
|
|
"ENABLE_PROXY_TESTS": false
|
2023-03-13 23:33:18 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
2023-07-20 22:07:26 +03:00
|
|
|
"name": "enable-samples",
|
|
|
|
"displayName": "Enable Samples",
|
|
|
|
"description": "Enable Samples (Hidden)",
|
2023-03-13 23:33:18 +03:00
|
|
|
"hidden": true,
|
|
|
|
"cacheVariables": {
|
2023-07-20 22:07:26 +03:00
|
|
|
"BUILD_SAMPLES": true
|
2023-03-13 23:33:18 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
2023-07-20 22:07:26 +03:00
|
|
|
"name": "enable-perf",
|
|
|
|
"displayName": "Enable Perf",
|
|
|
|
"description": "Enable Perf (Hidden)",
|
2023-03-13 23:33:18 +03:00
|
|
|
"hidden": true,
|
|
|
|
"cacheVariables": {
|
2023-07-20 22:07:26 +03:00
|
|
|
"BUILD_PERFORMANCE_TESTS": true
|
2023-03-13 23:33:18 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "x86-static-debug-tests",
|
|
|
|
"displayName": "x86 Debug With Tests, static",
|
|
|
|
"description": "Windows x86 Debug build with Tests configured",
|
2023-07-20 22:07:26 +03:00
|
|
|
"inherits": [ "x86-static", "debug-build", "enable-tests" ]
|
2023-03-13 23:33:18 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "x86-static-release-tests",
|
|
|
|
"displayName": "x86 Release With Tests, static, libcurl",
|
|
|
|
"description": "Windows x86 Release build with Tests configured",
|
2023-07-20 22:07:26 +03:00
|
|
|
"inherits": [ "x86-static", "release-build", "enable-tests" ],
|
2023-03-13 23:33:18 +03:00
|
|
|
"cacheVariables": {
|
2023-07-20 22:07:26 +03:00
|
|
|
"RUN_LONG_UNIT_TESTS": true
|
2023-03-13 23:33:18 +03:00
|
|
|
}
|
|
|
|
},
|
2023-05-10 23:58:39 +03:00
|
|
|
{
|
|
|
|
"name": "x64-debug-tests",
|
2023-07-20 22:07:26 +03:00
|
|
|
"displayName": "x64 Debug With Tests",
|
2023-06-10 04:08:13 +03:00
|
|
|
"description": "Windows x64 Debug build with Tests configured",
|
2023-07-20 22:07:26 +03:00
|
|
|
"inherits": [ "x64", "debug-build", "enable-tests" ]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "x86-msvc-static-debug-tests",
|
|
|
|
"displayName": "x86 MSVC Debug With Tests, static",
|
|
|
|
"description": "Windows x86 MSVC Debug build with Tests configured",
|
|
|
|
"inherits": [ "x86-msvc-static", "debug-build", "enable-tests" ]
|
2023-05-10 23:58:39 +03:00
|
|
|
},
|
2023-03-13 23:33:18 +03:00
|
|
|
{
|
|
|
|
"name": "x64-static-debug-tests",
|
2023-06-10 04:08:13 +03:00
|
|
|
"displayName": "x64 Debug With Tests, static",
|
|
|
|
"description": "Windows x64 Debug build with Tests configured",
|
2023-07-20 22:07:26 +03:00
|
|
|
"inherits": [ "x64-static", "debug-build", "enable-tests" ]
|
|
|
|
|
2023-03-13 23:33:18 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "x64-static-debug-tests-curl",
|
2023-06-10 04:08:13 +03:00
|
|
|
"displayName": "x64 Debug With Tests, static, libcurl",
|
|
|
|
"description": "Windows x64 Debug build with Tests configured",
|
2023-07-20 22:07:26 +03:00
|
|
|
"inherits": [ "x64-static", "debug-build", "enable-tests" ],
|
2023-03-13 23:33:18 +03:00
|
|
|
"cacheVariables": {
|
|
|
|
"BUILD_TRANSPORT_CURL": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "x64-static-debug-tests-winhttp",
|
2023-06-10 04:08:13 +03:00
|
|
|
"displayName": "x64 Debug With Tests, static, winhttp",
|
|
|
|
"description": "Windows x64 Debug build with Tests configured",
|
2023-07-20 22:07:26 +03:00
|
|
|
"inherits": [ "x64-static", "debug-build", "enable-tests" ],
|
2023-03-13 23:33:18 +03:00
|
|
|
"cacheVariables": {
|
|
|
|
"BUILD_TRANSPORT_WINHTTP": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "x64-static-debug-tests-OpenSSL111",
|
2023-06-10 04:08:13 +03:00
|
|
|
"displayName": "x64 Debug With Tests, static, OpenSSL 1.1.1, libcurl",
|
|
|
|
"description": "Windows x64 Debug build with Tests configured on OpenSSL 1.1.1",
|
2023-07-20 22:07:26 +03:00
|
|
|
"inherits": [ "x64-static", "debug-build", "enable-tests" ],
|
2023-03-13 23:33:18 +03:00
|
|
|
"cacheVariables": {
|
|
|
|
"VCPKG_OVERLAY_PORTS": "${sourceDir}\\vcpkg-custom-ports"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "x86-static-release-tests-curl",
|
|
|
|
"displayName": "x86 Release With Tests, static, libcurl",
|
|
|
|
"description": "Windows x86 Release build with Tests configured",
|
2023-07-20 22:07:26 +03:00
|
|
|
"inherits": [
|
|
|
|
"x86-static",
|
|
|
|
"release-build",
|
|
|
|
"enable-tests"
|
|
|
|
],
|
2023-03-13 23:33:18 +03:00
|
|
|
"cacheVariables": {
|
|
|
|
"BUILD_TRANSPORT_CURL": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "x86-release-tests",
|
|
|
|
"displayName": "x86 Release With Tests (Note: Does not link because it sets BUILD_TRANSPORT_CUSTOM)",
|
2023-07-20 22:07:26 +03:00
|
|
|
"inherits": [ "x86", "release-build", "enable-tests" ],
|
2023-03-13 23:33:18 +03:00
|
|
|
"cacheVariables": {
|
|
|
|
"BUILD_TRANSPORT_CURL": true,
|
|
|
|
"BUILD_TRANSPORT_CUSTOM": true,
|
2023-07-20 22:07:26 +03:00
|
|
|
"BUILD_TRANSPORT_WINHTTP": true
|
2023-03-13 23:33:18 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "x64-release-tests",
|
2023-06-10 04:08:13 +03:00
|
|
|
"displayName": "x64 Release With Tests (Note: Does not link because it sets BUILD_TRANSPORT_CUSTOM)",
|
2023-07-20 22:07:26 +03:00
|
|
|
"inherits": [ "x64", "release-build", "enable-tests" ],
|
2023-03-13 23:33:18 +03:00
|
|
|
"cacheVariables": {
|
|
|
|
"BUILD_TRANSPORT_CURL": true,
|
|
|
|
"BUILD_TRANSPORT_CUSTOM": true,
|
2023-07-20 22:07:26 +03:00
|
|
|
"BUILD_TRANSPORT_WINHTTP": true
|
2023-03-13 23:33:18 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "x64-static-debug-perftests",
|
2023-07-20 22:07:26 +03:00
|
|
|
"displayName": "x64 Debug static With Perf Tests and samples, libcurl+winhttp",
|
|
|
|
"inherits": [
|
|
|
|
"x64-static",
|
|
|
|
"debug-build",
|
|
|
|
"enable-tests",
|
|
|
|
"enable-samples",
|
|
|
|
"enable-perf"
|
|
|
|
],
|
2023-03-13 23:33:18 +03:00
|
|
|
"cacheVariables": {
|
|
|
|
"BUILD_TRANSPORT_CURL": true,
|
2023-07-20 22:07:26 +03:00
|
|
|
"BUILD_TRANSPORT_WINHTTP": true
|
2023-03-13 23:33:18 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
2023-07-20 22:07:26 +03:00
|
|
|
"name": "x86-msvc-static-debug-perftests",
|
|
|
|
"displayName": "x86 MSVC Debug static With Perf Tests and samples",
|
|
|
|
"inherits": [ "x86-msvc-static", "debug-build", "enable-tests", "enable-perf", "enable-samples" ],
|
2023-03-13 23:33:18 +03:00
|
|
|
"cacheVariables": {
|
|
|
|
"BUILD_TRANSPORT_WINHTTP": true,
|
2023-07-20 22:07:26 +03:00
|
|
|
"BUILD_TRANSPORT_CURL": true
|
2023-03-13 23:33:18 +03:00
|
|
|
}
|
2023-05-15 21:35:10 +03:00
|
|
|
},
|
2023-07-20 22:07:26 +03:00
|
|
|
{
|
|
|
|
"name": "x64-static-release-perftests",
|
|
|
|
"displayName": "x64 Release With Perf Tests, static",
|
|
|
|
"inherits": [ "x64-static", "release-build", "enable-perf" ]
|
|
|
|
},
|
2023-05-15 21:35:10 +03:00
|
|
|
{
|
|
|
|
"name": "linux-basic-gcc9",
|
2023-06-10 04:08:13 +03:00
|
|
|
"displayName": "Linux GCC 9",
|
2023-05-15 21:35:10 +03:00
|
|
|
"description": "Using compilers: C = /usr/bin/gcc-9, CXX = /usr/bin/g++-9",
|
|
|
|
"binaryDir": "${sourceDir}/out/build/${presetName}",
|
|
|
|
"generator": "Ninja",
|
|
|
|
"cacheVariables": {
|
|
|
|
"CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}",
|
|
|
|
"CMAKE_C_COMPILER": "/usr/bin/gcc-9",
|
|
|
|
"CMAKE_CXX_COMPILER": "/usr/bin/g++-9"
|
|
|
|
},
|
|
|
|
"condition": {
|
|
|
|
"type": "equals",
|
|
|
|
"lhs": "${hostSystemName}",
|
|
|
|
"rhs": "Linux"
|
|
|
|
}
|
|
|
|
},
|
2023-06-23 04:26:07 +03:00
|
|
|
{
|
|
|
|
"name": "linux-basic-clang-11",
|
|
|
|
"displayName": "Linux clang-11",
|
|
|
|
"description": "Using compilers: C = /usr/bin/clang-11, CXX = /usr/bin/clang++-11",
|
|
|
|
"binaryDir": "${sourceDir}/out/build/${presetName}",
|
|
|
|
"generator": "Ninja",
|
|
|
|
"cacheVariables": {
|
|
|
|
"CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}",
|
|
|
|
"CMAKE_C_COMPILER": "/usr/bin/clang-11",
|
|
|
|
"CMAKE_CXX_COMPILER": "/usr/bin/clang++-11"
|
|
|
|
},
|
|
|
|
"condition": {
|
|
|
|
"type": "equals",
|
|
|
|
"lhs": "${hostSystemName}",
|
|
|
|
"rhs": "Linux"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "linux-basic-g++",
|
|
|
|
"displayName": "Linux G++",
|
|
|
|
"description": "Using compilers: C = /usr/bin/cc, CXX = /usr/bin/c++",
|
|
|
|
"binaryDir": "${sourceDir}/out/build/${presetName}",
|
|
|
|
"generator": "Ninja",
|
|
|
|
"cacheVariables": {
|
|
|
|
"CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}",
|
|
|
|
"CMAKE_C_COMPILER": "/usr/bin/cc",
|
|
|
|
"CMAKE_CXX_COMPILER": "/usr/bin/c++"
|
|
|
|
},
|
|
|
|
"condition": {
|
|
|
|
"type": "equals",
|
|
|
|
"lhs": "${hostSystemName}",
|
|
|
|
"rhs": "Linux"
|
|
|
|
}
|
|
|
|
},
|
2023-07-20 22:07:26 +03:00
|
|
|
{
|
|
|
|
"name": "linux-gcc9-debug",
|
|
|
|
"displayName": "Linux GCC 9 Debug",
|
|
|
|
"inherits": [ "linux-basic-gcc9", "debug-build" ]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "linux-gcc9-debug-tests",
|
|
|
|
"inherits": [ "linux-basic-gcc9", "debug-build", "enable-tests" ],
|
|
|
|
"displayName": "Linux GCC 9 Debug+Tests"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "linux-clang-11-debug",
|
|
|
|
"displayName": "Linux clang 11 Debug",
|
|
|
|
"inherits": [ "linux-basic-clang-11", "debug-build" ]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "linux-clang-11-debug-tests",
|
|
|
|
"inherits": [ "linux-basic-clang-11", "debug-build", "enable-tests" ],
|
|
|
|
"displayName": "Linux clang 11 Debug+Tests"
|
|
|
|
},
|
2023-06-23 04:26:07 +03:00
|
|
|
{
|
|
|
|
"name": "linux-g++-debug",
|
|
|
|
"displayName": "Linux c++ Debug",
|
2023-07-20 22:07:26 +03:00
|
|
|
"inherits": [ "linux-basic-g++", "debug-build" ]
|
2023-06-23 04:26:07 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "linux-g++-debug-tests",
|
2023-07-20 22:07:26 +03:00
|
|
|
"inherits": [ "linux-basic-g++", "debug-build", "enable-tests" ],
|
|
|
|
"displayName": "Linux c++ Debug+Tests"
|
2023-06-23 04:26:07 +03:00
|
|
|
},
|
2023-06-06 19:10:39 +03:00
|
|
|
{
|
|
|
|
"name": "generate-doxygen",
|
|
|
|
"displayName": "zz-Generate Doxygen",
|
|
|
|
"inherits": "x64-static",
|
2023-06-23 04:26:07 +03:00
|
|
|
"cacheVariables": {
|
|
|
|
"BUILD_DOCUMENTATION": true
|
|
|
|
}
|
2023-03-13 23:33:18 +03:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|