1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-20 01:17:46 +00:00
sapphire/CMakeSettings.json

22 lines
663 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",
2017-12-01 01:02:01 +11:00
"configurationType": "Debug",
"buildRoot": "H:\\Sapphire\\Sapphire-2.3-Build",
2017-12-01 01:02:01 +11:00
"cmakeCommandArgs": "-DCMAKE_BUILD_TYPE=\"Debug\"",
"buildCommandArgs": "-m -v:minimal"
2017-12-01 01:02:01 +11:00
},
{
"name": "x64-Release",
"generator": "Visual Studio 15 2017 Win64",
2017-12-01 01:02:01 +11:00
"configurationType": "Release",
"buildRoot": "H:\\Sapphire\\Sapphire-2.3-Build",
"cmakeCommandArgs": "",
"buildCommandArgs": "-m -v:minimal"
}
]
}