mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
15 lines
393 B
JSON
15 lines
393 B
JSON
|
{
|
|||
|
"configurations": [
|
|||
|
{
|
|||
|
"name": "x64-Debug",
|
|||
|
"generator": "Ninja",
|
|||
|
"configurationType": "Release",
|
|||
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|||
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|||
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|||
|
"cmakeCommandArgs": "",
|
|||
|
"buildCommandArgs": "",
|
|||
|
"ctestCommandArgs": ""
|
|||
|
}
|
|||
|
]
|
|||
|
}
|