Visual Studio Config Files
launch.vs.json
jsonSize: 268 Bytes
{
"configurations": [
{
"type": "default",
"name": "Start Game Main",
"project": "CMakeLists.txt",
"projectTarget": "mygame.exe",
"args": [],
"currentDir": "${workspaceRoot}"
}
],
"defaults": {},
"version": "0.2.1"
}CMakeSettings.json
jsonSize: 776 Bytes
{
"configurations": [
{
"name": "x64-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": ""
},
{
"name": "x64-Release",
"generator": "Ninja",
"configurationType": "Release",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": "",
"inheritEnvironments": [ "msvc_x64_x64" ],
"variables": []
}
]
}