blob: 71ccaa2e15aa4bc93236bd8ea908cafc2c7f5e17 [file] [log] [blame]
{
"version": 3,
"cmakeMinimumRequired": {
"major": 3,
"minor": 21,
"patch": 0
},
"configurePresets": [
{
"name": "dev",
"displayName": "Generic Developer Preset",
"description": "Sets common developer flags",
"binaryDir": "${sourceDir}/build",
"cacheVariables": {
"BUILD_TESTS": "ON",
"BUILD_WERROR": "ON",
"UPDATE_DEPS": "ON",
"VVL_CODEGEN": "ON",
"CMAKE_BUILD_TYPE": "Debug"
}
}
]
}