Spaces:
Build error
Build error
| { | |
| "version": 8, | |
| "configurePresets": [ | |
| { | |
| "name": "Configure preset using toolchain file", | |
| "displayName": "Configure preset using toolchain file", | |
| "description": "Sets Ninja generator, build and install directory", | |
| "generator": "Ninja", | |
| "binaryDir": "${sourceDir}/out/build/${presetName}", | |
| "cacheVariables": { | |
| "CMAKE_BUILD_TYPE": "Debug", | |
| "CMAKE_TOOLCHAIN_FILE": "", | |
| "CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}" | |
| } | |
| } | |
| ] | |
| } |