diff --git a/CMakeSettings.json b/CMakeSettings.json index 118487b2..ab6811c9 100755 --- a/CMakeSettings.json +++ b/CMakeSettings.json @@ -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" + } + ] + } + ] } \ No newline at end of file