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.
33 lines
714 B
33 lines
714 B
{ |
|
"version": 3, |
|
"configurePresets": [ |
|
{ |
|
"name": "debug", |
|
"toolchainFile": "${env:VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake", |
|
"cacheVariables": { |
|
"CMAKE_BUILD_TYPE": "Debug", |
|
"CMAKE_EXPORT_COMPILE_COMMANDS": "TRUE" |
|
} |
|
}, |
|
{ |
|
"name": "release", |
|
"toolchainFile": "${env:VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake", |
|
"cacheVariables": { |
|
"CMAKE_BUILD_TYPE": "Release", |
|
"CMAKE_EXPORT_COMPILE_COMMANDS": "TRUE" |
|
} |
|
} |
|
], |
|
"buildPresets": [ |
|
{ |
|
"name": "debug", |
|
"configurePreset": "debug", |
|
"jobs": 8 |
|
}, |
|
{ |
|
"name": "release", |
|
"configurePreset": "release", |
|
"jobs": 8 |
|
} |
|
] |
|
} |