| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- {
- "environments": [ { "BuildNumber": "5187" } ],
- "configurations": [
- {
- "name": "x64-native",
- "description": "Target x64 with 64-bit compiler",
- "generator": "Ninja",
- "configurationType": "RelWithDebInfo",
- "inheritEnvironments": [ "clang_cl_x64_x64" ],
- "buildRoot": "${projectDir}\\out\\build\\${name}",
- "installRoot": "${projectDir}\\out\\install\\${name}",
- "cmakeCommandArgs": "",
- "buildCommandArgs": "",
- "ctestCommandArgs": "",
- "variables": [
- {
- "name": "BUILD_NUMBER",
- "value": "${env.BuildNumber}",
- "type": "STRING"
- },
- {
- "name": "CMAKE_C_COMPILER",
- "value": "${env.VCINSTALLDIR}Tools/Llvm/x64/bin/clang-cl.exe",
- "type": "FILEPATH"
- },
- {
- "name": "CMAKE_CXX_COMPILER",
- "value": "${env.VCINSTALLDIR}Tools/Llvm/x64/bin/clang-cl.exe",
- "type": "FILEPATH"
- },
- {
- "name": "VCPKG_TARGET_TRIPLET",
- "value": "x64-windows-static",
- "type": "STRING"
- }
- ]
- },
- {
- "name": "x86-on-x64",
- "description": "Target x86 with 64-bit compiler",
- "generator": "Ninja",
- "configurationType": "RelWithDebInfo",
- "inheritEnvironments": [ "clang_cl_x86_x64" ],
- "buildRoot": "${projectDir}\\out\\build\\${name}",
- "installRoot": "${projectDir}\\out\\install\\${name}",
- "cmakeCommandArgs": "",
- "buildCommandArgs": "",
- "ctestCommandArgs": "",
- "variables": [
- {
- "name": "BUILD_NUMBER",
- "value": "${env.BuildNumber}",
- "type": "STRING"
- },
- {
- "name": "CMAKE_C_COMPILER",
- "value": "${env.VCINSTALLDIR}Tools/Llvm/x64/bin/clang-cl.exe",
- "type": "FILEPATH"
- },
- {
- "name": "CMAKE_CXX_COMPILER",
- "value": "${env.VCINSTALLDIR}Tools/Llvm/x64/bin/clang-cl.exe",
- "type": "FILEPATH"
- },
- {
- "name": "VCPKG_TARGET_TRIPLET",
- "value": "x86-windows-static",
- "type": "STRING"
- }
- ]
- },
- {
- "name": "x64-on-x86",
- "description": "Target x64 with 32-bit compiler",
- "generator": "Ninja",
- "configurationType": "RelWithDebInfo",
- "inheritEnvironments": [ "clang_cl_x64" ],
- "buildRoot": "${projectDir}\\out\\build\\${name}",
- "installRoot": "${projectDir}\\out\\install\\${name}",
- "cmakeCommandArgs": "",
- "buildCommandArgs": "",
- "ctestCommandArgs": "",
- "variables": [
- {
- "name": "BUILD_NUMBER",
- "value": "${env.BuildNumber}",
- "type": "STRING"
- },
- {
- "name": "CMAKE_C_COMPILER",
- "value": "${env.VCINSTALLDIR}Tools/Llvm/bin/clang-cl.exe",
- "type": "FILEPATH"
- },
- {
- "name": "CMAKE_CXX_COMPILER",
- "value": "${env.VCINSTALLDIR}Tools/Llvm/bin/clang-cl.exe",
- "type": "FILEPATH"
- },
- {
- "name": "VCPKG_TARGET_TRIPLET",
- "value": "x64-windows-static",
- "type": "STRING"
- }
- ]
- },
- {
- "name": "x86-native",
- "description": "Target x86 with 32-bit compiler",
- "generator": "Ninja",
- "configurationType": "RelWithDebInfo",
- "inheritEnvironments": [ "clang_cl_x86" ],
- "buildRoot": "${projectDir}\\out\\build\\${name}",
- "installRoot": "${projectDir}\\out\\install\\${name}",
- "cmakeCommandArgs": "",
- "buildCommandArgs": "",
- "ctestCommandArgs": "",
- "variables": [
- {
- "name": "BUILD_NUMBER",
- "value": "${env.BuildNumber}",
- "type": "STRING"
- },
- {
- "name": "CMAKE_C_COMPILER",
- "value": "${env.VCINSTALLDIR}Tools/Llvm/bin/clang-cl.exe",
- "type": "FILEPATH"
- },
- {
- "name": "CMAKE_CXX_COMPILER",
- "value": "${env.VCINSTALLDIR}Tools/Llvm/bin/clang-cl.exe",
- "type": "FILEPATH"
- },
- {
- "name": "VCPKG_TARGET_TRIPLET",
- "value": "x86-windows-static",
- "type": "STRING"
- }
- ]
- }
- ]
- }
|