mirror of
https://github.com/DaedalusX64/daedalus.git
synced 2025-04-02 10:21:48 -04:00
28 lines
No EOL
831 B
JSON
28 lines
No EOL
831 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Daedalus",
|
|
"generator": "Visual Studio 16 2019",
|
|
"configurationType": "Release",
|
|
"inheritEnvironments": [ "msvc_x86" ],
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|
"cmakeCommandArgs": "",
|
|
"buildCommandArgs": "",
|
|
"ctestCommandArgs": "",
|
|
"variables": []
|
|
},
|
|
{
|
|
"name": "Daedalus-Debug",
|
|
"generator": "Visual Studio 16 2019",
|
|
"configurationType": "Debug",
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|
"cmakeCommandArgs": "",
|
|
"buildCommandArgs": "",
|
|
"ctestCommandArgs": "",
|
|
"inheritEnvironments": [ "msvc_x86" ],
|
|
"variables": [ {} ]
|
|
}
|
|
]
|
|
} |