mirror of
https://github.com/open-goal/jak-project
synced 2026-05-31 09:22:14 -04:00
16 lines
451 B
JSON
16 lines
451 B
JSON
{
|
|
// See https://go.microsoft.com/fwlink/?linkid=834763 for more information about this file.
|
|
"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": ""
|
|
}
|
|
]
|
|
} |