Files
Examples/OpenGL/playground/CMakeSettings.json
2019-02-16 18:03:29 +00:00

25 lines
766 B
JSON

{
"environments": [
{
"DevDir": "E:\\Languages\\Examples\\OpenGL\\playground\\build",
"BuildDir": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}"
}
],
"configurations": [
{
"name": "x64-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"inheritEnvironments": [
"msvc_x64_x64"
],
"buildRoot": "E:\\Languages\\Examples\\OpenGL\\playground\\build",
// "buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}",
"installRoot": "E:\\Languages\\Examples\\OpenGL\\playground\\build",
// "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}",
"cmakeCommandArgs": "",
"buildCommandArgs": "-v",
"ctestCommandArgs": ""
}
]
}