Files
snivy/CMakeSettings.json
shweet b3c097be22
Some checks failed
Build / Build Game (push) Has been cancelled
vscode tasks, build settings, etc.
2026-03-01 01:09:02 -05:00

29 lines
679 B
JSON

{
"configurations": [
{
"name": "win32-debug",
"generator": "Ninja",
"configurationType": "Debug",
"inheritEnvironments": [
"msvc_x64_x64"
],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": ""
},
{
"name": "win32-release",
"generator": "Ninja",
"configurationType": "Release",
"inheritEnvironments": [
"msvc_x64_x64"
],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": ""
}
]
}