COSC-3P98-Assigment-3/CMakeSettings.json

23 lines
572 B
JSON
Raw Normal View History

2023-04-09 23:05:47 -04:00
{
"configurations": [
{
"name": "x64-Release",
"generator": "Ninja",
"configurationType": "Release",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": "",
"inheritEnvironments": [ "msvc_x64_x64" ],
"intelliSenseMode": "windows-msvc-x64",
"variables": [
{
"name": "EXTRAS",
"value": "False",
"type": "BOOL"
}
]
}
]
}