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

23 lines
572 B
JSON
Executable File

{
"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"
}
]
}
]
}