This commit is contained in:
Wei Dai 2020-10-29 13:29:04 -07:00
Родитель bc6bc42389
Коммит 176fe55022
1 изменённых файлов: 69 добавлений и 69 удалений

Просмотреть файл

@ -1,70 +1,70 @@
{
"configurations": [
{
"name": "x64-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "-v",
"ctestCommandArgs": "",
"variables": [
{
"name": "SEAL_BUILD_EXAMPLES",
"value": "True",
"type": "BOOL"
},
{
"name": "SEAL_BUILD_TESTS",
"value": "True",
"type": "BOOL"
},
{
"name": "SEAL_BUILD_SEAL_C",
"value": "True",
"type": "BOOL"
},
{
"name": "CMAKE_BUILD_TYPE",
"value": "Debug",
"type": "STRING"
}
]
},
{
"name": "x64-Release",
"generator": "Ninja",
"configurationType": "Release",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "-v",
"ctestCommandArgs": "",
"variables": [
{
"name": "SEAL_BUILD_EXAMPLES",
"value": "True",
"type": "BOOL"
},
{
"name": "SEAL_BUILD_TESTS",
"value": "True",
"type": "BOOL"
},
{
"name": "SEAL_BUILD_SEAL_C",
"value": "True",
"type": "BOOL"
},
{
"name": "CMAKE_BUILD_TYPE",
"value": "Release",
"type": "STRING"
}
]
}
]
{
"configurations": [
{
"name": "x64-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "-v",
"ctestCommandArgs": "",
"variables": [
{
"name": "SEAL_BUILD_EXAMPLES",
"value": "True",
"type": "BOOL"
},
{
"name": "SEAL_BUILD_TESTS",
"value": "True",
"type": "BOOL"
},
{
"name": "SEAL_BUILD_SEAL_C",
"value": "True",
"type": "BOOL"
},
{
"name": "CMAKE_BUILD_TYPE",
"value": "Debug",
"type": "STRING"
}
]
},
{
"name": "x64-Release",
"generator": "Ninja",
"configurationType": "Release",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "-v",
"ctestCommandArgs": "",
"variables": [
{
"name": "SEAL_BUILD_EXAMPLES",
"value": "True",
"type": "BOOL"
},
{
"name": "SEAL_BUILD_TESTS",
"value": "True",
"type": "BOOL"
},
{
"name": "SEAL_BUILD_SEAL_C",
"value": "True",
"type": "BOOL"
},
{
"name": "CMAKE_BUILD_TYPE",
"value": "Release",
"type": "STRING"
}
]
}
]
}