1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-11 04:57:45 +00:00
sapphire/CMakeSettings.json

22 lines
727 B
JSON
Raw Normal View History

2017-08-08 13:53:47 +02:00
{
// See https://go.microsoft.com//fwlink//?linkid=834763 for more information about this file.
"configurations": [
2017-12-01 01:02:01 +11:00
{
"name": "x64-Debug",
"generator": "Visual Studio 15 2017 Win64",
"configurationType": "Debug",
"buildRoot": "${env.USERPROFILE}\\CMakeBuild\\${workspaceHash}\\build\\${name}",
"cmakeCommandArgs": "-DCMAKE_BUILD_TYPE=\"Debug\"",
2018-10-27 13:56:25 +11:00
"buildCommandArgs": "-m -v:minimal"
2017-12-01 01:02:01 +11:00
},
{
"name": "x64-Release",
"generator": "Visual Studio 15 2017 Win64",
"configurationType": "Release",
"buildRoot": "${env.USERPROFILE}\\CMakeBuild\\${workspaceHash}\\build\\${name}",
"cmakeCommandArgs": "",
2018-10-27 13:56:25 +11:00
"buildCommandArgs": "-m -v:minimal"
}
]
}