| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "configurations": [
- {
- "name": "x64-Debug",
- "generator": "Ninja",
- "configurationType": "Debug",
- "buildRoot": "${projectDir}/build/${name}",
- "installRoot": "${projectDir}/install/${name}",
- "inheritEnvironments": ["msvc_x64_x64"],
- "cmakeCommandArgs": "",
- "buildCommandArgs": "",
- "variables": [
- {
- "name": "CMAKE_CXX_COMPILER",
- "value": "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe",
- "type": "FILEPATH"
- },
- {
- "name": "CMAKE_CXX_FLAGS",
- "value": "/utf-8",
- "type": "STRING"
- }
- ]
- },
- {
- "name": "x64-Release",
- "generator": "Ninja",
- "configurationType": "Release",
- "buildRoot": "${projectDir}/build/${name}",
- "installRoot": "${projectDir}/install/${name}",
- "inheritEnvironments": ["msvc_x64_x64"],
- "cmakeCommandArgs": "",
- "buildCommandArgs": "",
- "variables": [
- {
- "name": "CMAKE_CXX_COMPILER",
- "value": "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe",
- "type": "FILEPATH"
- },
- {
- "name": "CMAKE_CXX_FLAGS",
- "value": "/utf-8",
- "type": "STRING"
- }
- ]
- }
- ]
- }
|