mirror of
https://github.com/aotta/PicoPAC
synced 2024-11-15 05:05:01 -05:00
15 lines
405 B
JSON
15 lines
405 B
JSON
|
{
|
|||
|
"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": ""
|
|||
|
}
|
|||
|
]
|
|||
|
}
|