mirror of https://github.com/AlexeyAB/darknet.git
63 lines
1.7 KiB
JSON
63 lines
1.7 KiB
JSON
{
|
|
"configurations": [
|
|
{
|
|
"buildCommandArgs": "-m -v:minimal",
|
|
"buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}",
|
|
"cmakeCommandArgs": "",
|
|
"configurationType": "Release",
|
|
"generator": "Visual Studio 15 2017 Win64",
|
|
"name": "x64-Release-int-libs",
|
|
"variables": [
|
|
{
|
|
"name": "USE_INTEGRATED_LIBS",
|
|
"value": "TRUE"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"buildCommandArgs": "-m -v:minimal",
|
|
"buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}",
|
|
"cmakeCommandArgs": "",
|
|
"configurationType": "Debug",
|
|
"generator": "Visual Studio 15 2017 Win64",
|
|
"name": "x64-Debug",
|
|
"variables": [
|
|
{
|
|
"name": "CMAKE_TOOLCHAIN_FILE",
|
|
"value": "${env.VCPKG_ROOT}\\scripts\\buildsystems\\vcpkg.cmake"
|
|
},
|
|
{
|
|
"name": "USE_INTEGRATED_LIBS",
|
|
"value": "FALSE"
|
|
},
|
|
{
|
|
"name": "VCPKG_TARGET_TRIPLET",
|
|
"value": "${env.VCPKG_DEFAULT_TRIPLET}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"buildCommandArgs": "-m -v:minimal",
|
|
"buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}",
|
|
"cmakeCommandArgs": "",
|
|
"configurationType": "Release",
|
|
"generator": "Visual Studio 15 2017 Win64",
|
|
"name": "x64-Release",
|
|
"variables": [
|
|
{
|
|
"name": "CMAKE_TOOLCHAIN_FILE",
|
|
"value": "${env.VCPKG_ROOT}\\scripts\\buildsystems\\vcpkg.cmake"
|
|
},
|
|
{
|
|
"name": "USE_INTEGRATED_LIBS",
|
|
"value": "FALSE"
|
|
},
|
|
{
|
|
"name": "VCPKG_TARGET_TRIPLET",
|
|
"value": "${env.VCPKG_DEFAULT_TRIPLET}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|