mirror of https://github.com/AlexeyAB/darknet.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.1 KiB
40 lines
1.1 KiB
{ |
|
"configurations": [ |
|
{ |
|
"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": "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": "VCPKG_TARGET_TRIPLET", |
|
"value": "${env.VCPKG_DEFAULT_TRIPLET}" |
|
} |
|
] |
|
} |
|
] |
|
}
|
|
|