mirror of
https://github.com/BugisoftRSG/SCAPI.git
synced 2024-12-22 12:39:59 +08:00
15 lines
402 B
JSON
15 lines
402 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "x64-Release",
|
|
"generator": "Ninja",
|
|
"configurationType": "RelWithDebInfo",
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|
"cmakeCommandArgs": "",
|
|
"buildCommandArgs": "",
|
|
"ctestCommandArgs": ""
|
|
}
|
|
]
|
|
} |